diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-23 09:20:36 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-23 09:20:36 +0000 |
| commit | f82bf2ae9abbf2cfeef5ad88a1a8d55ff0171afa (patch) | |
| tree | a0fac34e4e58a9f5125370aae43fe3d1ce124a24 /Externals/Bochs_disasm/PowerPCDisasm.cpp | |
| parent | 0becaa3223e57557b9d53bf1564d8da9eff0a64c (diff) | |
Lots of FP hacking for little gain, super monkey ball is only slightly more sane (wow, it rhymed). Temporary no-speed-limit hack: Hold TAB.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@279 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Externals/Bochs_disasm/PowerPCDisasm.cpp')
| -rw-r--r-- | Externals/Bochs_disasm/PowerPCDisasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Externals/Bochs_disasm/PowerPCDisasm.cpp b/Externals/Bochs_disasm/PowerPCDisasm.cpp index f1b215774c..b2b91fcf41 100644 --- a/Externals/Bochs_disasm/PowerPCDisasm.cpp +++ b/Externals/Bochs_disasm/PowerPCDisasm.cpp @@ -2075,7 +2075,7 @@ namespace PPCDisasm break;
case 20:
- fdabc(dp,in,"sqrte",2,0);
+ fdabc(dp,in,"rsqrte",2,0);
break;
case 24:
|
