mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
(Menu) Spacebar toggles 'RetroPad Start' action
This commit is contained in:
parent
0f35e0639e
commit
fed8570ec3
@ -211,6 +211,10 @@ static void menu_input_key_event(bool down, unsigned keycode,
|
||||
pending_iter.action = MENU_ACTION_CANCEL;
|
||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_ACTION, NULL);
|
||||
break;
|
||||
case RETROK_SPACE:
|
||||
pending_iter.action = MENU_ACTION_START;
|
||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_ACTION, NULL);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user