aboutsummaryrefslogtreecommitdiff
path: root/ARM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ARM.cpp')
-rw-r--r--ARM.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ARM.cpp b/ARM.cpp
index ba29991..3166fb8 100644
--- a/ARM.cpp
+++ b/ARM.cpp
@@ -228,7 +228,7 @@ s32 ARM::Execute(s32 cycles)
if (Halted)
{
if (NDS::HaltInterrupted(Num))
- Halted = false;
+ Halted = 0;
else
return cycles;
}
@@ -283,6 +283,7 @@ s32 ARM::Execute(s32 cycles)
}
// TODO optimize this shit!!!
+ if (Halted) return cycles;
if (NDS::HaltInterrupted(Num))
{
if (NDS::IME[Num]&1)