mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
MENU_ACTION_CANCEL - use menu_entry_go_back
This commit is contained in:
parent
98812a1165
commit
853b43691e
@ -265,7 +265,7 @@ static int action_iterate_menu_viewport(char *s, size_t len,
|
||||
break;
|
||||
|
||||
case MENU_ACTION_CANCEL:
|
||||
menu_list_flush_stack(menu_list, NULL, 49);
|
||||
menu_entry_go_back();
|
||||
|
||||
if (hash == MENU_LABEL_CUSTOM_VIEWPORT_2)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user