mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
new save heuristic. atleast Scribblenauts doesn't lose its shit now.
shut up shibs
This commit is contained in:
@ -586,6 +586,11 @@ void ResumeCPU(u32 cpu, u32 mask)
|
||||
CPUStop &= ~mask;
|
||||
}
|
||||
|
||||
u32 GetPC(u32 cpu)
|
||||
{
|
||||
return cpu ? ARM7->R[15] : ARM9->R[15];
|
||||
}
|
||||
|
||||
|
||||
|
||||
void HandleTimerOverflow(u32 tid)
|
||||
|
Reference in New Issue
Block a user