mirror of https://github.com/snes9xgit/snes9x.git
Here, too.
This commit is contained in:
parent
5595e3cb96
commit
c615c42199
|
@ -243,7 +243,8 @@ void S9xMainLoop (void)
|
|||
CPU.WaitingForInterrupt = FALSE;
|
||||
Registers.PCw++;
|
||||
CPU.Cycles += ONE_CYCLE;
|
||||
S9xDoHEventProcessing();
|
||||
while (CPU.Cycles >= CPU.NextEvent)
|
||||
S9xDoHEventProcessing();
|
||||
}
|
||||
|
||||
S9xUpdateIRQPositions();
|
||||
|
|
Loading…
Reference in New Issue