Small dispatcher optimizations, cleanup. Still no cube.

This commit is contained in:
Henrik Rydgard
2013-01-09 00:12:38 +01:00
parent f5c94775b9
commit 81c6c4805d
3 changed files with 7 additions and 19 deletions
+1 -1
View File
@@ -124,11 +124,11 @@ namespace MIPSComp
gpr.UnlockAll();
break;
*/
case 15: //R(rt) = uimm << 16; break; //lui
gpr.SetImm(rt, uimm << 16);
break;
*/
default:
Comp_Generic(op);