aboutsummaryrefslogtreecommitdiff
path: root/ARM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ARM.cpp')
-rw-r--r--ARM.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ARM.cpp b/ARM.cpp
index 69aa2ee..f582deb 100644
--- a/ARM.cpp
+++ b/ARM.cpp
@@ -376,6 +376,8 @@ s32 ARM::Execute()
//if (R[15]==0x037F9364) printf("R8=%08X R9=%08X\n", R[8], R[9]);
// gross hack
+ // TODO, though: move timer code here too?
+ // quick testing shows that moving this to the NDS loop doesn't really slow things down
if (Num==0)
{
s32 diff = Cycles - lastcycles;