dolphin/Source/Core
Tillmann Karras 9de77b7c23 x64FPURoundMode: always set x87 precision
Set the x87 precision, even on x64. Since we are using x87 instructions
in the JIT now, we can't guarantee that x87 precision will never
influence Dolphin on x64.
2014-05-01 01:10:00 +02:00
..
AudioCommon Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this. 2014-04-14 10:54:07 +02:00
Common x64FPURoundMode: always set x87 precision 2014-05-01 01:10:00 +02:00
Core Merge pull request #325 from Tilka/nop 2014-04-30 18:55:36 +02:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX DolphinWX Config: mark JITIL as slower to remove a source of confusion for users. 2014-04-18 00:43:49 +02:00
InputCommon Add support for the guide button to XInput 2014-04-17 12:03:44 +01:00
VideoBackends Merge pull request #236 from magumagu/d3d11-fix-peekz 2014-04-27 16:09:02 +02:00
VideoCommon Merge pull request #306 from neobrain/pixel_center_correction 2014-04-25 09:32:36 +02:00
CMakeLists.txt