mirror of https://github.com/libsdl-org/SDL.git
Added support for an alternate version of the Vader 4 Pro
This commit is contained in:
parent
d6bae53341
commit
efed3c63b3
|
|
@ -841,6 +841,7 @@ static GamepadMapping_t *SDL_CreateMappingForHIDAPIGamepad(SDL_GUID guid)
|
|||
case 80:
|
||||
case 81:
|
||||
case 85:
|
||||
case 105:
|
||||
// Vader series of controllers have C/Z buttons
|
||||
SDL_strlcat(mapping_string, "misc2:b15,misc3:b16,", sizeof(mapping_string));
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue