diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-08 08:00:56 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-08 08:00:56 +0000 |
| commit | 36b520c7f54b1b8528972d3ad5155ad4a896955d (patch) | |
| tree | 8e2a966658443d50a21660a2614a02d1a723104b /libpcsxcore | |
| parent | 0249b89b176844a1dba23340376a0d2bafc9b12e (diff) | |
| download | pcsxr-36b520c7f54b1b8528972d3ad5155ad4a896955d.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@36310 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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; } |
