dolphin-emulator/Source
Sintendo c9011e9d2c 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
2021-01-28 23:09:14 +01:00
..
Android Merge pull request #9443 from Simonx22/update-gradle 2021-01-16 06:55:10 -05:00
Core Jit64: boolX - Special case xor with 0 2021-01-28 23:09:14 +01:00
DSPSpy
DSPTool DSP: Eliminate most global state 2020-12-27 06:38:02 -05:00
PCH msvc: bump _MSC_FULL_VER check to 192829335 2021-01-09 19:21:03 -08:00
UnitTests Merge pull request #9307 from Dentomologist/add-deleted-file-missing-warning-flag 2020-12-11 02:06:28 +01:00
VSProps msbuild: enable USE_GDBSTUB 2021-01-09 22:26:55 -08:00
.clang-format
CMakeLists.txt Turn format string issues into compile-time errors 2020-12-04 18:06:02 +01:00
dolphin-emu.sln