diff options
Diffstat (limited to 'ARM.cpp')
-rw-r--r-- | ARM.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |