Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/game/client/swarm/vgui/rd_vgui_settings_video.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ inline bool IsAffectedByAmdShadowBug()
// navi 48 pro
if (strstr(driverName, "R9600")) return true;
if (strstr(driverName, "R9700")) return true;
// asus rog ally z1 extreme
if (strstr(driverName, "780M")) return true;
}

return false;
Expand Down
Loading