mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
(XMB) Make some actions working
This commit is contained in:
parent
b9460df53d
commit
886a5a4bba
@ -1870,10 +1870,10 @@ static int deferred_push_content_actions(void *data, void *userdata,
|
||||
|
||||
if (g_extern.main_is_init && !g_extern.libretro_dummy)
|
||||
{
|
||||
menu_list_push(list, "Save State", "", MENU_SETTING_ACTION_SAVESTATE, 0);
|
||||
menu_list_push(list, "Load State", "", MENU_SETTING_ACTION_LOADSTATE, 0);
|
||||
menu_list_push(list, "Take Screenshot", "", MENU_SETTING_ACTION_SCREENSHOT, 0);
|
||||
menu_list_push(list, "Reset", "", MENU_SETTING_ACTION_RESET, 0);
|
||||
menu_list_push(list, "Save State", "savestate", MENU_SETTING_ACTION_SAVESTATE, 0);
|
||||
menu_list_push(list, "Load State", "loadstate", MENU_SETTING_ACTION_LOADSTATE, 0);
|
||||
menu_list_push(list, "Take Screenshot", "take_screenshot", MENU_SETTING_ACTION_SCREENSHOT, 0);
|
||||
menu_list_push(list, "Reset", "restart_content", MENU_SETTING_ACTION_RESET, 0);
|
||||
}
|
||||
|
||||
driver.menu->scroll_indices_size = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user