From 2fa2ce9acea77d7fd2fd25daff1f2d3569dabd4b Mon Sep 17 00:00:00 2001 From: FakeMichau <49685661+FakeMichau@users.noreply.github.com> Date: Mon, 22 Jun 2026 16:29:39 +0200 Subject: [PATCH] Disable XeLL hooking for now --- OptiScaler/proxies/XeLL_Proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptiScaler/proxies/XeLL_Proxy.h b/OptiScaler/proxies/XeLL_Proxy.h index 747c22f0..f2ec1f5c 100644 --- a/OptiScaler/proxies/XeLL_Proxy.h +++ b/OptiScaler/proxies/XeLL_Proxy.h @@ -197,7 +197,7 @@ class XeLLProxy _dllPath = std::wstring(modulePath); LOG_INFO("Loaded from {}", wstring_to_string(_dllPath)); - return HookXeLL(mainModule); + // return HookXeLL(mainModule); } return false;