disable easly loading of libxess

This commit is contained in:
cdozdil
2025-02-09 19:37:45 +03:00
committed by GitHub
parent 3410c976e7
commit 8bb680dcbc
+4 -3
View File
@@ -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())