mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 19:56:06 +00:00
(Menu) Grab all libretro keys in menu_input
This commit is contained in:
parent
28c212c792
commit
3b94edf14e
@ -315,7 +315,7 @@ uint64_t menu_input(void)
|
||||
input_push_analog_dpad(g_settings.input.autoconf_binds[i],
|
||||
g_settings.input.analog_dpad_mode[i]);
|
||||
|
||||
input_state = input_keys_pressed(0, RETRO_DEVICE_ID_JOYPAD_R2, binds);
|
||||
input_state = input_keys_pressed(0, RARCH_FIRST_CUSTOM_BIND, binds);
|
||||
|
||||
input_pop_analog_dpad((struct retro_keybind*)binds[0]);
|
||||
for (i = 0; i < MAX_PLAYERS; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user