mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 19:50:24 +00:00
(Apple) Cleanup
This commit is contained in:
parent
40894b2cc3
commit
4349ef0311
@ -620,7 +620,7 @@ static bool apple_bind_button_pressed(void *data, int key)
|
||||
apple_input_data_t *apple = (apple_input_data_t*)data;
|
||||
|
||||
return apple_is_pressed(apple, 0, binds, key) ||
|
||||
input_joypad_pressed(apple->joypad, 0, g_settings.input.binds[0], key);
|
||||
input_joypad_pressed(apple->joypad, 0, binds, key);
|
||||
}
|
||||
|
||||
static void apple_input_free_input(void *data)
|
||||
|
Loading…
Reference in New Issue
Block a user