From 8bb680dcbc8bb39e91c970fd895a119f29a8160d Mon Sep 17 00:00:00 2001 From: cdozdil <35529761+cdozdil@users.noreply.github.com> Date: Sun, 9 Feb 2025 19:37:45 +0300 Subject: [PATCH] disable easly loading of libxess --- OptiScaler/dllmain.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OptiScaler/dllmain.cpp b/OptiScaler/dllmain.cpp index d2ec2fa7..547c7ec3 100644 --- a/OptiScaler/dllmain.cpp +++ b/OptiScaler/dllmain.cpp @@ -2355,11 +2355,12 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv Config::Instance()->DxgiSpoofing.set_volatile_value(false); } - // Init XeSS proxy State::Instance().skipDllLoadChecks = true; - if (!XeSSProxy::InitXeSS()) - spdlog::warn("Can't init XeSS!"); + // Init XeSS proxy + // Disabled early loading of libxess + //if (!XeSSProxy::InitXeSS()) + // spdlog::warn("Can't init XeSS!"); // Init FfxApi proxy if (!FfxApiProxy::InitFfxDx12())