Skip to content

Commit

Permalink
Add further workaround for weird AMD driver behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Nov 30, 2023
1 parent d77fc1e commit 73ab2cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderdoc/os/win32/win32_hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 73ab2cd

Please sign in to comment.