diff --git a/src/lindbergh/patch.c b/src/lindbergh/patch.c index ff1f91d..54f0f42 100644 --- a/src/lindbergh/patch.c +++ b/src/lindbergh/patch.c @@ -565,11 +565,11 @@ int initPatch() detourFunction(0x084e9fbc, amDongleInit); detourFunction(0x084ea378, amDongleIsAvailable); detourFunction(0x084ea29c, amDongleUpdate); - // patchMemory(0x0807b76a, "9090"); // Patch initializeArcadeBackup + patchMemory(0x0807b86a, "9090"); // Patch initializeArcadeBackup // Fixes detourFunction(0x084e9ef2, amDipswGetData); detourFunction(0x084e9f6a, stubRetZero); // Stub amDipswSetLed - // patchMemory(0x0840d858, "9090"); // No more Full Screen from the Game + patchMemory(0x0840d858, "9090"); // No more Full Screen from the Game } case LETS_GO_JUNGLE: @@ -599,7 +599,7 @@ int initPatch() // Fixes detourFunction(0x084e500e, amDipswGetData); detourFunction(0x084e5086, stubRetZero); // Stub amDipswSetLed - patchMemory(0x0840d858, "9090"); // No more Full Screen from the Game + patchMemory(0x084125f0, "9090"); // No more Full Screen from the Game // Set Resolution // setVariable(0x082E006b, 0x00000780); // Set ResX // setVariable(0x082E0078, 0x00000438); // Set ResY