Fix SetGamepadMappings returning

This commit is contained in:
Le Juez Victor 2023-10-18 23:07:53 +02:00 committed by GitHub
parent 6bbb7a5592
commit d7959ffa6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -887,7 +887,7 @@ void OpenURL(const char *url)
// Set internal gamepad mappings // Set internal gamepad mappings
int SetGamepadMappings(const char *mappings) int SetGamepadMappings(const char *mappings)
{ {
SDL_GameControllerAddMapping(mappings); return SDL_GameControllerAddMapping(mappings);
} }
// Set mouse position XY // Set mouse position XY