dolphin/Source/Core
magumagu 567724b2f8 Jit: get rid of incorrect implementations of fres and frsqrte.
The existing implementations produce answers which aren't consistent with
the hardware, and games care about correct floating point math.

These can be reimplemented at some point in the future, if someone cares
enough, but the general case is probably too much code to inline.

(I'm leaving the ARM implementations in place by request, even though they
suffer the same issues.)
2014-05-23 14:57:34 -07:00
..
AudioCommon Add set/get functions for IsFramelimiterTempDisabled 2014-04-30 12:51:13 +02:00
Common Move bn.h and ec.h into the correct filter section 2014-05-17 16:47:41 -04:00
Core Jit: get rid of incorrect implementations of fres and frsqrte. 2014-05-23 14:57:34 -07:00
DiscIO Remove all trailing whitespaces from our codebase. 2014-03-29 11:05:44 +01:00
DolphinWX Merge pull request #361 from LPFaint99/wiisave 2014-05-21 20:17:18 -07:00
InputCommon Remove SDL from Externals. 2014-05-04 19:41:02 -05:00
VideoBackends ogl: pixel format shader without resolving 2014-05-19 09:29:40 +02:00
VideoCommon BPStructs: Consistently put the two shared copy args first 2014-05-20 11:28:15 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00