From 9d3a8c38150f3943171bf882523ba44359c7b114 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 29 Nov 2015 15:47:05 +0100 Subject: [PATCH] (Apple) Buildfix #2 --- input/drivers_keyboard/keyboard_event_apple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers_keyboard/keyboard_event_apple.c b/input/drivers_keyboard/keyboard_event_apple.c index 68cbde4c75..fa9c09481f 100644 --- a/input/drivers_keyboard/keyboard_event_apple.c +++ b/input/drivers_keyboard/keyboard_event_apple.c @@ -308,7 +308,7 @@ void cocoa_input_keyboard_event(bool down, character, (enum retro_mod)mod, device); } -int16_t apple_input_is_pressed_kb(unsigned port_num, +int16_t apple_input_is_pressed(unsigned port_num, const struct retro_keybind *binds, unsigned id) { if (id < RARCH_BIND_LIST_END)