Skip to content

Commit efed3c6

Browse files
committed
Added support for an alternate version of the Vader 4 Pro
1 parent d6bae53 commit efed3c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/joystick/SDL_gamepad.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,7 @@ static GamepadMapping_t *SDL_CreateMappingForHIDAPIGamepad(SDL_GUID guid)
841841
case 80:
842842
case 81:
843843
case 85:
844+
case 105:
844845
// Vader series of controllers have C/Z buttons
845846
SDL_strlcat(mapping_string, "misc2:b15,misc3:b16,", sizeof(mapping_string));
846847
break;

0 commit comments

Comments
 (0)