mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
convert AREngine
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user