mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-07 07:50:58 +00:00
mayflash adapter PS4 support
This commit is contained in:
parent
b8c4ea3cd1
commit
d6ebbc2fa4
2 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,8 @@ SDL_bool HIDAPI_SupportsPlaystationDetection(Uint16 vendor, Uint16 product)
|
||||||
return SDL_TRUE;
|
return SDL_TRUE;
|
||||||
case USB_VENDOR_MADCATZ:
|
case USB_VENDOR_MADCATZ:
|
||||||
return SDL_TRUE;
|
return SDL_TRUE;
|
||||||
|
case USB_VENDOR_MAYFLASH:
|
||||||
|
return SDL_TRUE;
|
||||||
case USB_VENDOR_NACON:
|
case USB_VENDOR_NACON:
|
||||||
case USB_VENDOR_NACON_ALT:
|
case USB_VENDOR_NACON_ALT:
|
||||||
return SDL_TRUE;
|
return SDL_TRUE;
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#define USB_VENDOR_HYPERKIN 0x2e24
|
#define USB_VENDOR_HYPERKIN 0x2e24
|
||||||
#define USB_VENDOR_LOGITECH 0x046d
|
#define USB_VENDOR_LOGITECH 0x046d
|
||||||
#define USB_VENDOR_MADCATZ 0x0738
|
#define USB_VENDOR_MADCATZ 0x0738
|
||||||
|
#define USB_VENDOR_MAYFLASH 0x33df
|
||||||
#define USB_VENDOR_MICROSOFT 0x045e
|
#define USB_VENDOR_MICROSOFT 0x045e
|
||||||
#define USB_VENDOR_NACON 0x146b
|
#define USB_VENDOR_NACON 0x146b
|
||||||
#define USB_VENDOR_NACON_ALT 0x3285
|
#define USB_VENDOR_NACON_ALT 0x3285
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue