mirror of https://github.com/snes9xgit/snes9x.git
Apply IRQ flag changes before triggering NMI (#318)
This commit is contained in:
parent
55cf0c287f
commit
7d5128d294
|
@ -238,6 +238,7 @@ void S9xMainLoop (void)
|
|||
S9xDoHEventProcessing();
|
||||
}
|
||||
|
||||
CHECK_FOR_IRQ_CHANGE();
|
||||
S9xOpcode_NMI();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue