Skip to content

Commit d09fc9b

Browse files
committed
Check ATI and AMD.
1 parent cd0f1ca commit d09fc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaUI/Widgets/gfx_overdrive_cables_menu.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ local function SendDetail()
4444
local detail = options.cabletree_detail.value
4545
if detail == "auto" then
4646
Spring.Echo("Cable autodetect:", Platform.osFamily, Platform.gpuVendor, Platform.glVendor, Platform.glVersion)
47-
if Platform.gpuVendor == "ATI" and Platform.osFamily == "Linux" then
47+
if (Platform.gpuVendor == "ATI" or Platform.gpuVendor == "AMD") and Platform.osFamily == "Linux" then
4848
detail = "off"
4949
else
5050
detail = "full"

0 commit comments

Comments
 (0)