Fix SetGamepadMappings returning
This commit is contained in:
parent
6bbb7a5592
commit
d7959ffa6c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user