mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Add 8BitDo wireless Xbox product ID to detector
This commit is contained in:
parent
4e7bf86722
commit
68b6bd07ba
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue