mayflash adapter PS4 support

This commit is contained in:
Ningyuan Li 2024-01-20 00:39:47 +09:00 committed by Sam Lantinga
parent b8c4ea3cd1
commit d6ebbc2fa4
2 changed files with 3 additions and 0 deletions

View file

@ -164,6 +164,8 @@ SDL_bool HIDAPI_SupportsPlaystationDetection(Uint16 vendor, Uint16 product)
return SDL_TRUE;
case USB_VENDOR_MADCATZ:
return SDL_TRUE;
case USB_VENDOR_MAYFLASH:
return SDL_TRUE;
case USB_VENDOR_NACON:
case USB_VENDOR_NACON_ALT:
return SDL_TRUE;