summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-05-18 16:14:31 -0400
committerLioncash <mathew1800@gmail.com>2018-05-18 17:19:45 -0400
commit3a8a67025e56713a35b62c9e9dfdffedc7bfadf0 (patch)
tree78aeb8785939fc74a27541fea11405c4cc8dd69d /Source/Core/VideoCommon/TextureCacheBase.cpp
parentbb2c3bd572662b3d97b95743dd4fe1b865681955 (diff)
PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp>
This class effectively acted as a "discount vector", that would simply allocate memory and then delete it in the destructor when it goes out of scope. We can just use a std::vector directly to reduce this boilerplate.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions