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:
BZL
2026-06-13 23:35:33 +09:00
committed by Sam Lantinga
parent ca7db3216d
commit 03d17f40bf
4 changed files with 12 additions and 0 deletions

View File

@@ -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;