We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbecd03 commit 50b9a94Copy full SHA for 50b9a94
OptiScaler/hooks/Kernel_Hooks.h
@@ -1752,7 +1752,7 @@ class KernelHooks
1752
// FSR 4 Init in case of missing amdxc64.dll
1753
// 2nd check is amdxcffx64.dll trying to queue amdxc64 but amdxc64 not being loaded
1754
if (lpProcName != nullptr && (hModule == amdxc64Mark || hModule == nullptr) &&
1755
- lstrcmpA(lpProcName, "AmdExtD3DCreateInterface") == 0)
+ lstrcmpA(lpProcName, "AmdExtD3DCreateInterface") == 0 && Config::Instance()->Fsr4Update.value_for_config())
1756
{
1757
return (FARPROC) &customAmdExtD3DCreateInterface;
1758
}
0 commit comments