Remove leftover test.

This commit is contained in:
bearoso 2018-05-16 20:45:46 -05:00 committed by GitHub
parent dfff94200c
commit 2a99253514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -291,8 +291,6 @@ static inline void S9xCheckInterrupts (void)
{
bool8 thisIRQ = PPU.HTimerEnabled | PPU.VTimerEnabled;
S9xAPUExecute();
if (CPU.IRQLine & thisIRQ)
CPU.IRQTransition = TRUE;