dolphin/Source/Core
Scott Mansell 8c857b45f8 Fix PPC_FP on non-sse4.1 code paths.
The Invalid bit on the x87 fpu is sticky, so once a single NaN goes
through the old code on CPUs without sse4.1 all future floats are
mutilated.

Patch to emulate PTEST by Fiora.

Fixes issue 7237 and issue 7510.
2014-07-31 16:00:27 +12:00
..
AudioCommon AudioCommon/Mixer: Allow input sample rate changes 2014-07-24 22:42:29 +08:00
Common Windows: Also look for git.exe in the registry (for Git Extensions installs). 2014-07-20 12:33:56 -07:00
Core Fix PPC_FP on non-sse4.1 code paths. 2014-07-31 16:00:27 +12:00
DiscIO Fix another protential issue with casting. 2014-07-15 01:38:05 +12:00
DolphinWX Frame: Only prevent exclusive fullscreen switches when the emulator is paused. 2014-07-27 00:08:27 +02:00
InputCommon Merge pull request #665 from lioncash/cisms 2014-07-25 01:30:29 +02:00
VideoBackends D3D: Set s_last_fullscreen_mode when constructing the renderer. 2014-07-26 13:47:11 +02:00
VideoCommon FPSCounter: Initialize members. 2014-07-26 14:37:18 +02:00
CMakeLists.txt