diff options
Diffstat (limited to 'libpcsxcore')
| -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 72d52f37..070e790f 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; } |
