summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-05-18 16:50:20 -0400
committerLioncash <mathew1800@gmail.com>2018-05-18 17:19:49 -0400
commit9ad7d9ff87fc75416dc77abb0abb465faad9f9cb (patch)
treee772a88abdf0fd3c704b1b891b21e69e19782ab6 /Source/Core/VideoCommon/TextureCacheBase.cpp
parent3a8a67025e56713a35b62c9e9dfdffedc7bfadf0 (diff)
Jit64/JitArm64: Remove unnecessary code buffer parameter for DoJit()
This function in both JITs is only ever called by passing the JIT's code buffer into it. Given this is already accessible, since the functions are part of the respective JIT class, we can just remove this parameter. This also cleans up accesses with the new code buffer, as we don't need to do janky looking dereference-then-index expressions.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions