Added support for an alternate version of the Vader 4 Pro

This commit is contained in:
Sam Lantinga
2025-06-17 10:02:10 -07:00
parent d6bae53341
commit efed3c63b3

View File

@@ -841,6 +841,7 @@ static GamepadMapping_t *SDL_CreateMappingForHIDAPIGamepad(SDL_GUID guid)
case 80: case 80:
case 81: case 81:
case 85: case 85:
case 105:
// Vader series of controllers have C/Z buttons // Vader series of controllers have C/Z buttons
SDL_strlcat(mapping_string, "misc2:b15,misc3:b16,", sizeof(mapping_string)); SDL_strlcat(mapping_string, "misc2:b15,misc3:b16,", sizeof(mapping_string));
break; break;