mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 15:46:45 +00:00
Fix FSR4 driver update is not working
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user