Skip to content

Commit

Permalink
Fix GamepadMappings returning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigfoot71 authored Oct 18, 2023
1 parent d0a265c commit 2c5e6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcore_desktop_sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c5e6fa

Please sign in to comment.