This should prevent flushing of stack issues

This commit is contained in:
twinaphex 2019-07-22 22:40:34 +02:00
parent e30a0631d9
commit ba79947e51
2 changed files with 1 additions and 1 deletions

View File

@ -2337,6 +2337,7 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
}
break;
case RARCH_MENU_CTL_SET_PENDING_QUICK_MENU:
menu_entries_flush_stack(NULL, MENU_SETTINGS);
menu_driver_pending_quick_menu = true;
break;
case RARCH_MENU_CTL_SET_PENDING_QUIT:

View File

@ -1700,7 +1700,6 @@ bool task_push_load_content_from_playlist_from_menu(
#ifdef HAVE_COCOATOUCH
/* This seems to be needed for iOS for some reason to show the
* quick menu after the menu is shown */
menu_entries_flush_stack(NULL, MENU_SETTINGS);
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_QUICK_MENU, NULL);
#endif
#else