diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-02-17 05:33:37 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-02-17 05:33:37 +0100 |
commit | cca0a71d8178284629d8a9f31fbe4c2538650c9e (patch) | |
tree | 6dc318c86b95af8160e6749e592350e790b16c6c /NDS.h | |
parent | abd2cb444be51140bbf1482ee0c15103687ede23 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |