Added support for the NACON Revolution 5 Pro controller

This commit is contained in:
Sam Lantinga 2023-11-27 12:09:31 -08:00
parent 2f806c89b5
commit f0e47f8ee0
5 changed files with 84 additions and 5 deletions

View file

@ -157,6 +157,7 @@ SDL_bool HIDAPI_SupportsPlaystationDetection(Uint16 vendor, Uint16 product)
case USB_VENDOR_MADCATZ:
return SDL_TRUE;
case USB_VENDOR_NACON:
case USB_VENDOR_NACON_ALT:
return SDL_TRUE;
case USB_VENDOR_PDP:
return SDL_TRUE;