new save heuristic. atleast Scribblenauts doesn't lose its shit now.

shut up shibs
This commit is contained in:
StapleButter
2017-06-25 17:35:45 +02:00
parent 4ffb217791
commit 39fbc415f6
3 changed files with 118 additions and 4 deletions

View File

@ -126,6 +126,8 @@ bool HaltInterrupted(u32 cpu);
void StopCPU(u32 cpu, u32 mask);
void ResumeCPU(u32 cpu, u32 mask);
u32 GetPC(u32 cpu);
void CheckDMAs(u32 cpu, u32 mode);
void StopDMAs(u32 cpu, u32 mode);