Fix GamepadMappings returning
This commit is contained in:
parent
d0a265cee8
commit
2c5e6fa1da
|
|
@ -572,7 +572,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