Added detection for Turtle Beach Xbox 360 controllers

This commit is contained in:
Sam Lantinga
2026-08-24 13:08:06 -07:00
parent 9d2579db26
commit 05a0cb5894
3 changed files with 3 additions and 0 deletions

View File

@@ -243,6 +243,7 @@ public class HIDDeviceManager {
0x0e6f, // PDP
0x0f0d, // Hori
0x1038, // SteelSeries
0x10f5, // Turtle Beach
0x11c9, // Nacon
0x1209, // Generic
0x12ab, // Unknown

View File

@@ -956,6 +956,7 @@ static int is_xbox360(unsigned short vendor_id, const struct libusb_interface_de
0x0e6f, /* PDP */
0x0f0d, /* Hori */
0x1038, /* SteelSeries */
0x10f5, /* Turtle Beach */
0x11c9, /* Nacon */
0x1209, /* Generic */
0x12ab, /* Unknown */

View File

@@ -279,6 +279,7 @@ static SDL_GamepadType SDL_GetJoystickGameControllerProtocol(const char *name, U
0x0e6f, // PDP
0x0f0d, // Hori
0x1038, // SteelSeries
0x10f5, // Turtle Beach
0x11c9, // Nacon
0x1209, // Generic
0x12ab, // Unknown