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;
|
CPU.WaitingForInterrupt = FALSE;
|
||||||
Registers.PCw++;
|
Registers.PCw++;
|
||||||
CPU.Cycles += ONE_CYCLE;
|
CPU.Cycles += ONE_CYCLE;
|
||||||
S9xDoHEventProcessing();
|
while (CPU.Cycles >= CPU.NextEvent)
|
||||||
|
S9xDoHEventProcessing();
|
||||||
}
|
}
|
||||||
|
|
||||||
S9xUpdateIRQPositions();
|
S9xUpdateIRQPositions();
|
||||||
|
|
Loading…
Reference in New Issue