mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Small dispatcher optimizations, cleanup. Still no cube.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user