aboutsummaryrefslogtreecommitdiff
path: root/src/ARM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARM.cpp')
-rw-r--r--src/ARM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARM.cpp b/src/ARM.cpp
index ea649b7..4f2f892 100644
--- a/src/ARM.cpp
+++ b/src/ARM.cpp
@@ -590,7 +590,7 @@ void ARM::TriggerIRQ()
if (Num == 1)
{
if ((NDS::IF[1] & NDS::IE[1]) & (1<<NDS::IRQ_VBlank))
- AREngine::RunCheats();
+ NDS::AREngine->RunCheats();
}
}