mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-26 16:41:36 +00:00
Added detection for Turtle Beach Xbox 360 controllers
This commit is contained in:
@@ -243,6 +243,7 @@ public class HIDDeviceManager {
|
||||
0x0e6f, // PDP
|
||||
0x0f0d, // Hori
|
||||
0x1038, // SteelSeries
|
||||
0x10f5, // Turtle Beach
|
||||
0x11c9, // Nacon
|
||||
0x1209, // Generic
|
||||
0x12ab, // Unknown
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user