(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;
|
pending_iter.action = MENU_ACTION_CANCEL;
|
||||||
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_ACTION, NULL);
|
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_ACTION, NULL);
|
||||||
break;
|
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