mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-24 12:15:08 +00:00
(Apple) Build fixes
This commit is contained in:
parent
0912f05d39
commit
fc21fdbca6
@ -65,7 +65,7 @@ void apple_input_enable_small_keyboard(bool on);
|
||||
void apple_input_reset_icade_buttons(void);
|
||||
|
||||
void apple_input_keyboard_event(bool down, unsigned code,
|
||||
uint32_t character, uint32_t mod);
|
||||
uint32_t character, uint32_t mod, unsigned device);
|
||||
|
||||
extern int32_t apple_input_find_any_key(void);
|
||||
|
||||
|
@ -159,5 +159,5 @@ void apple_input_keyboard_event(bool down,
|
||||
|
||||
input_keyboard_event(down,
|
||||
input_keymaps_translate_keysym_to_rk(code),
|
||||
character, (enum retro_mod)mod);
|
||||
character, (enum retro_mod)mod, device);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user