RatchetDynaHack: Actually enable it when enabling the gamefix

This commit is contained in:
refractionpcsx2 2021-07-17 16:54:59 +01:00
parent 0fcabe2b8e
commit 03b0d2eb00
1 changed files with 1 additions and 1 deletions

View File

@ -1375,7 +1375,7 @@ void recompileNextInstruction(int delayslot)
// Hardcoded Ratchet & Clank fixes since the game dyamically replaces memory for the program
// meaning it cannot be patched easily by traditional methods.
if (!EmuConfig.Gamefixes.RatchetDynaHack)
if (EmuConfig.Gamefixes.RatchetDynaHack)
{
if (cpuRegs.code == 0x4B8123BC)
{