mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
CMD_EVENT_LOAD_CONTENT_PERSIST - cleanup
This commit is contained in:
parent
e13bb23ea0
commit
43b88cfba9
@ -1625,12 +1625,12 @@ bool command_event(enum event_command cmd, void *data)
|
||||
#endif
|
||||
break;
|
||||
case CMD_EVENT_LOAD_CONTENT_PERSIST:
|
||||
#ifdef HAVE_DYNAMIC
|
||||
command_event(CMD_EVENT_LOAD_CORE, NULL);
|
||||
#endif
|
||||
/* fall-through */
|
||||
case CMD_EVENT_LOAD_CONTENT_FFMPEG:
|
||||
case CMD_EVENT_LOAD_CONTENT_IMAGEVIEWER:
|
||||
#ifdef HAVE_DYNAMIC
|
||||
if (cmd == CMD_EVENT_LOAD_CONTENT_PERSIST)
|
||||
command_event(CMD_EVENT_LOAD_CORE, NULL);
|
||||
#endif
|
||||
#ifdef HAVE_MENU
|
||||
if (!menu_content_ctl(MENU_CONTENT_CTL_LOAD, NULL))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user