dolphin/Source/Core
skidau 59e7c19380 drkIIRaziel reversed engineered the frsqrte instruction providing hardware accurate emulation.
The algorithm and lookup table are 99% accurate which is far better than the approximation that Dolphin had previously.

The frsqrte instruction is used for a lot of 3D graphics functions so this change may help fix graphics glitches.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4864 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-17 04:29:44 +00:00
..
AudioCommon This could alleviate the suffering of dual core synchronization a bit. 2010-01-14 10:52:14 +00:00
Common Hopefully fix all remaining quantizer issues in Mario Kart Wii: 2010-01-16 22:44:49 +00:00
Core drkIIRaziel reversed engineered the frsqrte instruction providing hardware accurate emulation. 2010-01-17 04:29:44 +00:00
DebuggerUICommon My first proud commit 2009-11-25 10:07:56 +00:00
DebuggerWX (assorted cleanup and reindent that didn't belong in the quantizer change) 2010-01-16 19:01:00 +00:00
DiscIO Fix for importing / exporting more than one save per launch 2010-01-17 03:25:42 +00:00
DolphinWX Fix for importing / exporting more than one save per launch 2010-01-17 03:25:42 +00:00
DSPCore Better comment the writelog code 2010-01-13 11:09:20 +00:00
InputCommon This should fix Issue 1798 2009-12-31 17:42:55 +00:00
VideoCommon Fixed a stupid error left by me. 2010-01-16 22:37:38 +00:00