From 80bca80033a4cbd1fe82c28851efea3e2b091a32 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Sun, 7 Jul 2019 13:31:24 +0200 Subject: [PATCH] Fix Patches --- source/plugins/Patches/dllmain.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/plugins/Patches/dllmain.cpp b/source/plugins/Patches/dllmain.cpp index fe8aaa8..8e3c72e 100644 --- a/source/plugins/Patches/dllmain.cpp +++ b/source/plugins/Patches/dllmain.cpp @@ -57,6 +57,9 @@ void ApplyPatches() { { (void*)0x0000000140502150, { 0x90 } }, // Toon Shader Outline Fix by lybxlpsv { (void*)0x0000000140641102, { 0x01 } }, + // Skip unnecessary checks + { (void*)0x0000000140210820, { 0xB8, 0x00, 0x00, 0x00, 0x00, 0xC3 } }, + { (void*)0x000000014066E820, { 0xB8, 0x01, 0x00, 0x00, 0x00, 0xC3 } }, // Disables call to glutFitWindowSizeToDesktop, prevents window automatic resize { (void*)0x0000000140194E06, { 0x90, 0x90, 0x90, 0x90, 0x90 } }, // Allow modifier mode selection (by Team Shimapan)