dolphin-emulator/Source
Sintendo 34dbfd92db Jit64: boolX - Special case and with 0
Bitwise and with zero is always zero.

Before:
45 8B F8             mov         r15d,r8d
41 83 E7 00          and         r15d,0

After:
Nothing, register a is set to constant 0.
2021-01-28 23:16:48 +01:00
..
Android Merge pull request #9443 from Simonx22/update-gradle 2021-01-16 06:55:10 -05:00
Core Jit64: boolX - Special case and with 0 2021-01-28 23:16:48 +01:00
DSPSpy DSPSpy: sync Makefile with current devkitPro template 2020-06-08 04:21:41 +01:00
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 Externals: Add zstd 2020-05-13 20:53:10 +02:00