diff options
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r-- | src/NDS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp index 7c0ecea..6c41cb5 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -1564,7 +1564,7 @@ void RunTimer(u32 tid, s32 cycles) void RunTimers(u32 cpu) { - register u32 timermask = TimerCheckMask[cpu]; + u32 timermask = TimerCheckMask[cpu]; s32 cycles; if (cpu == 0) |