convert AREngine

This commit is contained in:
Arisotura
2023-11-04 17:28:16 +01:00
parent 2bd09eafeb
commit 8f1b0d4a05
6 changed files with 38 additions and 47 deletions

View File

@ -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();
}
}