dolphin/Source
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
..
Android [Android] Remove accidental fragment tag in GameListActivity (it was useless, since it's an empty string) 2013-11-16 15:17:37 -05:00
Core Jit64: fix fmrx regression 2013-11-20 21:30:49 +01:00
DSPSpy Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
DSPTool Fix {Read,Write}FileToString. 2013-11-05 00:33:41 +13:00
TestSuite Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
UnitTests Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
VSProps Use libpng for saving images. 2013-11-14 21:02:49 +13:00
CMakeLists.txt [Android] Fix PCH build. Clean up DolphinWX cmake file a little bit. Modify our android cmake toolchain file to make the default build location not be source root, because that is stupid. 2013-10-28 19:59:03 -05:00
dolphin-emu.sln Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
pch.h Fix Linux build issue. 2013-10-27 19:51:55 -04:00