mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
It's kind of starting to run
This commit is contained in:
@@ -82,7 +82,8 @@ namespace MIPSComp {
|
||||
return;
|
||||
}
|
||||
|
||||
u32 iaddr = gpr.IsImm(rs) ? offset + gpr.GetImm(rs) : 0xFFFFFFFF;
|
||||
gpr.MapIn(rs);
|
||||
gpr.MapDirty(rt);
|
||||
int addrReg = IRTEMP_0;
|
||||
switch (o) {
|
||||
// Load
|
||||
|
||||
Reference in New Issue
Block a user