mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 23:23:54 +00:00
Add Corsair as valid PS controller
(cherry picked from commit 14b0e9d922)
This commit is contained in:
committed by
Sam Lantinga
parent
6a854e035f
commit
dd1032282e
@@ -175,6 +175,8 @@ bool HIDAPI_SupportsPlaystationDetection(Uint16 vendor, Uint16 product)
|
||||
return true;
|
||||
case USB_VENDOR_DRAGONRISE:
|
||||
return true;
|
||||
case USB_VENDOR_CORSAIR:
|
||||
return true;
|
||||
case USB_VENDOR_HORI:
|
||||
return true;
|
||||
case USB_VENDOR_LOGITECH:
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#define USB_VENDOR_ASUS 0x0b05
|
||||
#define USB_VENDOR_BACKBONE 0x358a
|
||||
#define USB_VENDOR_CRKD 0x3651
|
||||
#define USB_VENDOR_CORSAIR 0x1b1c
|
||||
#define USB_VENDOR_GAMESIR 0x3537
|
||||
#define USB_VENDOR_DRAGONRISE 0x0079
|
||||
#define USB_VENDOR_FLYDIGI_V1 0x04b4
|
||||
|
||||
Reference in New Issue
Block a user