mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 14:08:28 +00:00
Added support for the Hyperkin X91
This commit is contained in:
@@ -557,6 +557,7 @@ HIDAPI_XboxControllerName(Uint16 vendor_id, Uint16 product_id)
|
||||
{ MAKE_VIDPID(0x24c6, 0x5b03), "Thrustmaster Ferrari 458 Racing Wheel" },
|
||||
{ MAKE_VIDPID(0x24c6, 0x5d04), "Razer Sabertooth" },
|
||||
{ MAKE_VIDPID(0x24c6, 0xfafe), "Rock Candy Gamepad for Xbox 360" },
|
||||
{ MAKE_VIDPID(0x2e24, 0x1688), "Hyperkin X91" },
|
||||
};
|
||||
int i;
|
||||
Uint32 vidpid = MAKE_VIDPID(vendor_id, product_id);
|
||||
|
Reference in New Issue
Block a user