mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 20:54:47 +00:00
Take out input_init_keyboard from apple_input_find_any_key (to be
slated for removal later entirely)
This commit is contained in:
parent
285d7328e4
commit
317c098897
@ -313,7 +313,6 @@ int32_t apple_input_find_any_key(void)
|
||||
|
||||
if (apple->joypad)
|
||||
apple->joypad->poll();
|
||||
input_init_keyboard_lut(rarch_key_map_apple_hid);
|
||||
|
||||
for (i = 0; apple_key_name_map[i].hid_id; i++)
|
||||
if (apple->key_state[apple_key_name_map[i].hid_id])
|
||||
|
Loading…
Reference in New Issue
Block a user