Fix FSR4 driver update is not working

This commit is contained in:
cdozdil
2026-05-18 13:36:34 +03:00
parent ff2ba3d81a
commit eac7dfe5dc
+1 -1
View File
@@ -250,7 +250,7 @@ struct AmdExtFfxApi : public IAmdExtFfxApi
if (o_UpdateFfxApiProvider == nullptr)
{
HMODULE moduleAmdxcffx64 = nullptr;
moduleAmdxcffx64 = nullptr;
HMODULE memModule = nullptr;
auto optiPath = Config::Instance()->MainDllPath.value();
Util::LoadProxyLibrary(L"amdxcffx64.dll", L"", optiPath, &memModule, &moduleAmdxcffx64);