mirror of https://github.com/snes9xgit/snes9x.git
Remove leftover test.
This commit is contained in:
parent
dfff94200c
commit
2a99253514
|
@ -291,8 +291,6 @@ static inline void S9xCheckInterrupts (void)
|
||||||
{
|
{
|
||||||
bool8 thisIRQ = PPU.HTimerEnabled | PPU.VTimerEnabled;
|
bool8 thisIRQ = PPU.HTimerEnabled | PPU.VTimerEnabled;
|
||||||
|
|
||||||
S9xAPUExecute();
|
|
||||||
|
|
||||||
if (CPU.IRQLine & thisIRQ)
|
if (CPU.IRQLine & thisIRQ)
|
||||||
CPU.IRQTransition = TRUE;
|
CPU.IRQTransition = TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue