Fix GamepadMappings returning

This commit is contained in:
Le Juez Victor 2023-10-18 11:30:16 +02:00 committed by GitHub
parent d0a265cee8
commit 2c5e6fa1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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