Take out input_init_keyboard from apple_input_find_any_key (to be

slated for removal later entirely)
This commit is contained in:
Twinaphex 2014-10-06 00:25:33 +02:00
parent 285d7328e4
commit 317c098897

View File

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