Merge pull request #9123 from yoshisuga/ios_fix_menu_for_load_playlist

[iOS] show quickmenu after loading content from playlist (#9118)
This commit is contained in:
Twinaphex 2019-07-18 07:14:50 +02:00 committed by GitHub
commit d201caa64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1693,6 +1693,11 @@ bool task_push_load_content_from_playlist_from_menu(
/* Load core */
#ifdef HAVE_DYNAMIC
command_event(CMD_EVENT_LOAD_CORE, NULL);
#ifdef HAVE_COCOATOUCH
// this seems to 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
rarch_ctl(RARCH_CTL_SET_SHUTDOWN, NULL);
rarch_menu_running_finished(true);