The zero happens at a higher level now

This commit is contained in:
Sam Lantinga 2020-05-29 14:54:07 -07:00
parent 39c958bbaa
commit ae9ff11bae

View File

@ -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;