diff options
| -rw-r--r-- | libpcsxcore/r3000a.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/r3000a.c b/libpcsxcore/r3000a.c index 070e790f..369e54a7 100644 --- a/libpcsxcore/r3000a.c +++ b/libpcsxcore/r3000a.c @@ -154,10 +154,10 @@ void psxBranchTest() { } } - //if (psxRegs.interrupt & 0x80000000) { +// if (psxRegs.interrupt & 0x80000000) { psxRegs.interrupt&=~0x80000000; psxTestHWInts(); - //} +// } } // if (psxRegs.cycle > 0xd29c6500) Log=1; } |
