detect whether we are running the game

This commit is contained in:
Arisotura
2020-02-24 18:31:44 +01:00
parent 8b1caae852
commit 5f99a68151
4 changed files with 31 additions and 9 deletions

View File

@ -231,6 +231,8 @@ void ARMv5::JumpTo(u32 addr, bool restorecpsr)
PrefetchAbort();
return;
}*/
NDS::MonitorARM9Jump(addr);
}
void ARMv4::JumpTo(u32 addr, bool restorecpsr)