Add further workaround for weird AMD driver behaviour

This commit is contained in:
baldurk
2023-11-30 17:44:20 +00:00
parent d77fc1ed22
commit 73ab2cd447
+1
View File
@@ -270,6 +270,7 @@ 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 ||