Revert workaround for AMD drivers as non-functional

* Previous workaround may not be functional either, but is left for now.
This commit is contained in:
baldurk
2023-11-30 20:54:24 +00:00
parent 73ab2cd447
commit aac7dc1c31
-1
View File
@@ -270,7 +270,6 @@ struct CachedHookData
!_stricmp(modName, "windows.storage.dll") || !_stricmp(modName, "nvoglv32.dll") ||
!_stricmp(modName, "nvoglv64.dll") || !_stricmp(modName, "vulkan-1.dll") ||
!_stricmp(modName, "atio6axx.dll") || !_stricmp(modName, "atioglxx.dll") ||
!_stricmp(modName, "amdvlk64.dll") || !_stricmp(modName, "amdvlk32.dll") ||
!_stricmp(modName, "nvcuda.dll") || strstr(lowername, "cudart") == lowername ||
strstr(lowername, "msvcr") == lowername || strstr(lowername, "msvcp") == lowername ||
strstr(lowername, "nv-vk") == lowername || strstr(lowername, "amdvlk") == lowername ||