Skip to content

Commit cd0f1ca

Browse files
committed
Echo some things for cables.
1 parent 6198a9b commit cd0f1ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

LuaUI/Widgets/gfx_overdrive_cables_menu.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ end
4343
local function SendDetail()
4444
local detail = options.cabletree_detail.value
4545
if detail == "auto" then
46+
Spring.Echo("Cable autodetect:", Platform.osFamily, Platform.gpuVendor, Platform.glVendor, Platform.glVersion)
4647
if Platform.gpuVendor == "ATI" and Platform.osFamily == "Linux" then
4748
detail = "off"
4849
else

0 commit comments

Comments
 (0)