mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
This should prevent flushing of stack issues
This commit is contained in:
parent
e30a0631d9
commit
ba79947e51
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user