mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
Rewrite menu_entry_go_back
This commit is contained in:
parent
91eda0d59b
commit
6f95677727
@ -42,14 +42,7 @@ int menu_entry_go_back(void)
|
||||
menu_list_t *menu_list = menu_list_get_ptr();
|
||||
if (!menu_list)
|
||||
return -1;
|
||||
|
||||
menu_list_pop_stack(menu_list);
|
||||
|
||||
if (menu_entries_needs_refresh())
|
||||
menu_entries_refresh();
|
||||
|
||||
rarch_main_data_iterate();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user