diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-23 13:55:51 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-11-23 13:55:51 +0000 |
| commit | 0cfe75b9161c31b1ba8cd6b2bc8e9cf490be7e59 (patch) | |
| tree | 0b1b491e093620f89cfe75fcb7f30d09b2f82d29 | |
| parent | 6b375badafb8ddc0a1c1a0eeaa29a70fea86b0c6 (diff) | |
| download | pcsxr-0cfe75b9161c31b1ba8cd6b2bc8e9cf490be7e59.tar.gz | |
psxinterpreter.c
- (nhyone) fix load delay bgez, bgezal
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@60032 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | libpcsxcore/psxinterpreter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/psxinterpreter.c b/libpcsxcore/psxinterpreter.c index fffa3848..ce7c0a1c 100644 --- a/libpcsxcore/psxinterpreter.c +++ b/libpcsxcore/psxinterpreter.c @@ -249,8 +249,8 @@ int psxTestLoadDelay(int reg, u32 tmp) { case 0x01: // REGIMM switch (_tRt_) { - case 0x00: case 0x02: - case 0x10: case 0x12: // BLTZ/BGEZ... + case 0x00: case 0x01: + case 0x10: case 0x11: // BLTZ/BGEZ... // Xenogears - lbu v0 / beq v0
// - no load delay (fixes battle loading)
break;
|
