Simplify this

This commit is contained in:
twinaphex 2019-05-21 04:55:29 +02:00
parent d0c8b3ccf4
commit 57c5b629a6

View File

@ -1374,14 +1374,12 @@ bool task_push_load_content_from_playlist_from_menu(
goto end;
}
#ifndef HAVE_DYNAMIC
rarch_ctl(RARCH_CTL_SET_SHUTDOWN, NULL);
rarch_menu_running_finished();
#endif
/* Load core */
#ifdef HAVE_DYNAMIC
command_event(CMD_EVENT_LOAD_CORE, NULL);
#else
rarch_ctl(RARCH_CTL_SET_SHUTDOWN, NULL);
rarch_menu_running_finished();
#endif
end: