Add Vendor 8BitDo to Xbox360Controller (#1333)

8BitDo Ultimate Bluetooth Controller was not being recognized in XInput mode when using the dongle.
Adding 8BitDo's Vendor ID to SUPPORTED_VENDORS seems to fix it.
This commit is contained in:
komurlu
2024-02-28 07:49:33 +03:00
committed by GitHub
parent 1b1b100e63
commit 6551076613

View File

@@ -39,6 +39,7 @@ public class Xbox360Controller extends AbstractXboxController {
0x20d6, // PowerA 0x20d6, // PowerA
0x24c6, // PowerA 0x24c6, // PowerA
0x2f24, // GameSir 0x2f24, // GameSir
0x2dc8, // 8BitDo
}; };
public static boolean canClaimDevice(UsbDevice device) { public static boolean canClaimDevice(UsbDevice device) {