summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-08 08:01:19 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-08 08:01:19 +0000
commit2ed6a71dd24b21ca86b140d7e0a5585a167bc21c (patch)
tree6c91b7830f2f22c1f5735344add83ff28cba7fa6 /libpcsxcore
parent36b520c7f54b1b8528972d3ad5155ad4a896955d (diff)
downloadpcsxr-2ed6a71dd24b21ca86b140d7e0a5585a167bc21c.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@36311 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/r3000a.c4
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;
}