dolphin/Source/Core
Tillmann Karras c234dc97c0 Jit64: optimize floating-point/paired-single arith
The "else if (b != d)" branch was dead code and only works if b == d. Now
the last else block with two temporary XMM registers is not needed anymore.
2013-10-16 00:52:21 +02:00
..
AudioCommon Revert "Remove some unnecessary includes." 2013-10-14 04:05:38 -04:00
Common Fix config file saving on Windows. 2013-10-15 17:20:00 -04:00
Core Jit64: optimize floating-point/paired-single arith 2013-10-16 00:52:21 +02:00
DiscIO [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
DolphinWX (Netplay) Disable record input checkbox while a game is running. 2013-10-15 17:28:01 -04:00
InputCommon Revert "Remove some unnecessary includes." 2013-10-14 04:05:38 -04:00
VideoBackends OGL: update ubo workaround 2013-10-12 20:31:59 +02:00
VideoCommon ShaderGen: fix for commit bd80de14f4 2013-10-15 14:48:40 +02:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00