dolphin-emulator/Source/Core
Tillmann Karras bcefa880e4 Jit64: fix fmrx regression
Revision ddaf29e039 introduced a register
corruption bug (#6825). Since fmrx/MOVSD only modifies ps0 but we save
both ps0 and ps1 in one xmm register, not loading the previous value
when binding to a x64 register trashed ps1.

But hey, a good opportunity to shave off one more instruction ;)
2013-11-20 21:30:49 +01:00
..
AudioCommon Re-plumb window handle to the dsound backend. 2013-11-07 09:24:56 -08:00
Common Merge branch 'ppc_fp' 2013-11-18 19:31:09 +01:00
Core Jit64: fix fmrx regression 2013-11-20 21:30:49 +01:00
DiscIO Fix format string warnings 2013-11-13 04:01:16 +01:00
DolphinWX [Android] Add screenshot nativelibrary function. 2013-11-15 17:32:50 -06:00
InputCommon more warning fixes 2013-11-14 02:19:15 -05:00
VideoBackends std::string can't be passed to ... format. 2013-11-17 11:28:11 +13:00
VideoCommon Imagewrite.cpp had same problem. 2013-11-17 11:30:05 +13:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00