summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FramebufferManager.cpp
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2021-01-25 22:59:14 +0100
committerSintendo <bram.speeckaert@gmail.com>2021-01-28 23:09:14 +0100
commitc9011e9d2c1a8bc8a1121d220e7a0d0b33c71e15 (patch)
treea35f8eaa64cc57e1fadcc75c6a8309bf15e559f1 /Source/Core/VideoCommon/FramebufferManager.cpp
parent3677a5035c56072a179fb0f424452b5d8b84ebb7 (diff)
Jit64: boolX - Special case xor with 0
No computation necessary, but we may need a MOV. Before: 8B FE mov edi,esi 83 F7 00 xor edi,0 After: 8B FE mov edi,esi
Diffstat (limited to 'Source/Core/VideoCommon/FramebufferManager.cpp')
0 files changed, 0 insertions, 0 deletions