diff --git a/desktop_version/src/ButtonGlyphs.cpp b/desktop_version/src/ButtonGlyphs.cpp index 960c5aa4..29e4e3e6 100644 --- a/desktop_version/src/ButtonGlyphs.cpp +++ b/desktop_version/src/ButtonGlyphs.cpp @@ -201,7 +201,8 @@ void BUTTONGLYPHS_update_layout(Uint16 vendor, Uint16 product) } else if (vendor == 0x2dc8) /* 8BitDo */ { - if (product == 0x2002) /* Ultimate Wired Controller for Xbox */ + if ( product == 0x2002 || /* Ultimate Wired Controller for Xbox */ + product == 0x3106 ) /* Ultimate Wireless / Pro 2 Wired Controller */ { layout = LAYOUT_XBOX; }