aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index ac28f74..98eda41 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -561,12 +561,12 @@ void StopCPU(u32 cpu, u32 mask)
if (cpu)
{
CPUStop |= (mask << 16);
- //ARM7->Halt(2);
+ ARM7->Halt(2);
}
else
{
CPUStop |= mask;
- //ARM9->Halt(2);
+ ARM9->Halt(2);
}
}