(Apple) Cleanup

This commit is contained in:
Twinaphex 2014-09-30 16:56:25 +02:00
parent 40894b2cc3
commit 4349ef0311

View File

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