mirror of https://github.com/encounter/SDL.git
The zero happens at a higher level now
This commit is contained in:
parent
39c958bbaa
commit
ae9ff11bae
|
@ -1132,8 +1132,7 @@ LINUX_JoystickGetGamepadMapping(int device_index, SDL_GamepadMapping *out)
|
|||
return SDL_FALSE;
|
||||
}
|
||||
|
||||
/* We have a gamepad; start filling out the mappings. */
|
||||
memset(out, 0, sizeof(SDL_GamepadMapping));
|
||||
/* We have a gamepad, start filling out the mappings */
|
||||
|
||||
if (joystick->hwdata->has_key[BTN_SOUTH]) {
|
||||
out->a.kind = EMappingKind_Button;
|
||||
|
|
Loading…
Reference in New Issue