From e30a0631d9b8fe175f9b6b378f2896ae7b8d71cc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 22 Jul 2019 22:07:10 +0200 Subject: [PATCH] Change to C comment --- tasks/task_content.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/task_content.c b/tasks/task_content.c index ca53d4ffe1..812522e9cc 100644 --- a/tasks/task_content.c +++ b/tasks/task_content.c @@ -1698,7 +1698,8 @@ bool task_push_load_content_from_playlist_from_menu( #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 + /* 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