From 4fe9fb49df5f90de6adc5c60167a8921df8e19b2 Mon Sep 17 00:00:00 2001 From: DanielTrugilo Date: Mon, 5 Jan 2026 16:22:20 -0300 Subject: [PATCH] Added 8Bitdo Arcade Controller --- xpad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xpad.c b/xpad.c index f726b42..45db793 100644 --- a/xpad.c +++ b/xpad.c @@ -418,6 +418,7 @@ static const struct xpad_device { { 0x2dc8, 0x3106, "8BitDo Ultimate Wireless / Pro 2 Wired Controller", 0, XTYPE_XBOX360 }, { 0x2dc8, 0x3109, "8BitDo Ultimate Wireless Bluetooth", 0, XTYPE_XBOX360 }, { 0x2dc8, 0x310a, "8BitDo Ultimate 2C Wireless Controller", 0, XTYPE_XBOX360 }, + { 0x2dc8, 0x310b, "8BitDo Arcade Controller", 0, XTYPE_XBOX360 }, { 0x2e24, 0x0652, "Hyperkin Duke X-Box One pad", 0, XTYPE_XBOXONE }, { 0x2e95, 0x0504, "SCUF Gaming Controller", MAP_SELECT_BUTTON, XTYPE_XBOXONE }, { 0x31e3, 0x1100, "Wooting One", 0, XTYPE_XBOX360 },