aboutsummaryrefslogtreecommitdiff
path: root/NDS.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-02-17 05:33:37 +0100
committerStapleButter <thetotalworm@gmail.com>2017-02-17 05:33:37 +0100
commitcca0a71d8178284629d8a9f31fbe4c2538650c9e (patch)
tree6dc318c86b95af8160e6749e592350e790b16c6c /NDS.h
parentabd2cb444be51140bbf1482ee0c15103687ede23 (diff)
emulate DMA timings.
keeps games from overflowing the GXFIFO... when they aren't fucking dumb.
Diffstat (limited to 'NDS.h')
-rw-r--r--NDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NDS.h b/NDS.h
index 6f46e93..fdd2af6 100644
--- a/NDS.h
+++ b/NDS.h
@@ -142,6 +142,7 @@ void MapSharedWRAM(u8 val);
void TriggerIRQ(u32 cpu, u32 irq);
bool HaltInterrupted(u32 cpu);
+void StopCPU(u32 cpu, bool stop);
void CheckDMAs(u32 cpu, u32 mode);