diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-24 04:06:57 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-24 04:06:57 +0000 |
| commit | 45979b673181c770b2a2e7c9c3c4c3faec337e31 (patch) | |
| tree | d429e38fb676d983618992a5de9f00f3d4441a01 /libpcsxcore/ix86_64 | |
| parent | d67ecf5d837b1781fae2b315e78b74729242c8e2 (diff) | |
New config param HackFix which enables compatibility hacks on certain games and is disabled by default.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91052 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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]; |
