From 2de95dae70c9efd4218215c5a47f37275235c187 Mon Sep 17 00:00:00 2001 From: nastys <@> Date: Fri, 26 Feb 2021 00:58:08 +0100 Subject: [PATCH] [Patches] Bug fix for people with terrible TV sets --- source-code/source/plugins/Patches/PatchApplier710.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-code/source/plugins/Patches/PatchApplier710.h b/source-code/source/plugins/Patches/PatchApplier710.h index b692d88..7000334 100644 --- a/source-code/source/plugins/Patches/PatchApplier710.h +++ b/source-code/source/plugins/Patches/PatchApplier710.h @@ -680,7 +680,7 @@ class PatchApplier710 : public PatchApplier { } // lag compensation - if (nLagCompensation>0 && nLagCompensation<50) + if (nLagCompensation>0 && nLagCompensation<=50) { InjectCode((void*)(0x14011e44e), { 0xf3, 0x0f, 0x10, 0x05, 0x8a, 0xcf, 0x9c, 0x00 }); // hijack xmm0 InjectCode((void*)(0x14011e46b), { 0xf3, 0x0f, 0x11, 0x44, 0x24, 0x20 }); // get value from xmm0 instead of xmm1