From eded77c9a11572c548f45a93a59ec8ed905d39e5 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Sat, 12 Oct 2019 23:51:42 +0200 Subject: [PATCH] Freeze the mode sel timer (thanks to korenkonder) --- source-code/source/plugins/Patches/dllmain.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source-code/source/plugins/Patches/dllmain.cpp b/source-code/source/plugins/Patches/dllmain.cpp index 1fd70c8..e7fa9c0 100644 --- a/source-code/source/plugins/Patches/dllmain.cpp +++ b/source-code/source/plugins/Patches/dllmain.cpp @@ -100,6 +100,8 @@ void ApplyPatches() { // Force Hide IDs { (void*)0x00000001409A5918, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }, { (void*)0x00000001409A5928, { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }, + // Freeze mode selection timer + { (void*)0x0000000140566B9E, { 0x90, 0x90, 0x90 } }, // fix TouchReaction // get some more space by optimizing this code for size { (void*)0x00000001406A1FE2,{ 0x7E } }, // MOVQ XMM0,qword ptr [0x168 + RSP] (change to MOVQ)