From 583d05eacd6966cf30f5bad7aab183c66e9545e1 Mon Sep 17 00:00:00 2001 From: Denix Date: Fri, 26 Dec 2025 12:57:36 +0100 Subject: [PATCH] Add Turtle Beach Xbox Rematch Core Wired Controller Added support for Turtle Beach Xbox Rematch Core Wired Controller --- xpad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xpad.c b/xpad.c index f726b423..9354b6de 100644 --- a/xpad.c +++ b/xpad.c @@ -320,6 +320,7 @@ static const struct xpad_device { { 0x1038, 0x1430, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 }, { 0x1038, 0x1431, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 }, { 0x10f5, 0x7005, "Turtle Beach Recon Controller", 0, XTYPE_XBOXONE }, + { 0x10f5, 0x7116, "Turtle Beach Xbox Rematch Core Wired Controller - White Green", MAP_SELECT_BUTTON, XTYPE_XBOXONE }, { 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 }, { 0x11ff, 0x0511, "PXN V900", 0, XTYPE_XBOX360 }, { 0x1209, 0x2882, "Ardwiino Controller", 0, XTYPE_XBOX360 },