diff options
Diffstat (limited to 'libpcsxcore/ix86_64')
| -rwxr-xr-x | libpcsxcore/ix86_64/iR3000A-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/ix86_64/iR3000A-64.c b/libpcsxcore/ix86_64/iR3000A-64.c index 2785c42c..13cb432c 100755 --- a/libpcsxcore/ix86_64/iR3000A-64.c +++ b/libpcsxcore/ix86_64/iR3000A-64.c @@ -1644,7 +1644,7 @@ static void recLW() { // Delay is memread delay + 1 cycle. // Seems to work nicely with games that require cycle accuracy like CART World Series. // TODO: this could be needed with other L ops such as LB. - INC32M((uptr)&psxRegs.cycle); + if (Config.HackFix)INC32M((uptr)&psxRegs.cycle); } extern u32 LWL_MASK[4]; |
