mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 05:40:15 -06:00
detect whether we are running the game
This commit is contained in:
@ -231,6 +231,8 @@ void ARMv5::JumpTo(u32 addr, bool restorecpsr)
|
||||
PrefetchAbort();
|
||||
return;
|
||||
}*/
|
||||
|
||||
NDS::MonitorARM9Jump(addr);
|
||||
}
|
||||
|
||||
void ARMv4::JumpTo(u32 addr, bool restorecpsr)
|
||||
|
Reference in New Issue
Block a user