mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-05 05:10:25 +00:00
Add Void GENESIS controller support
Add AndGAMER/Void Gaming USB IDs for Void GENESIS.
Recognize the Void GENESIS SInput VID/PID pair and set its device name.
Add DirectInput gamepad mappings for the wired and dongle DirectInput modes.
(cherry picked from commit 111bb79bf8)
This commit is contained in:
@@ -673,6 +673,9 @@ static bool HIDAPI_DriverSInput_InitDevice(SDL_HIDAPI_Device *device)
|
||||
case USB_PRODUCT_VOIDGAMING_PS4FIREBIRD:
|
||||
HIDAPI_SetDeviceName(device, "Void Gaming PS4 FireBird");
|
||||
break;
|
||||
case USB_PRODUCT_VOIDGAMING_GENESIS_SINPUT:
|
||||
HIDAPI_SetDeviceName(device, "Void Gaming Void GENESIS");
|
||||
break;
|
||||
case USB_PRODUCT_BONZIRICHANNEL_FIREBIRD:
|
||||
HIDAPI_SetDeviceName(device, "Bonziri FireBird");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user