clear paths properly before loading the next core without closing content

This commit is contained in:
radius 2017-11-26 11:33:18 -05:00
parent 1003e681cc
commit db2ce016de

View File

@ -1805,6 +1805,7 @@ bool command_event(enum event_command cmd, void *data)
case CMD_EVENT_LOAD_CORE_PERSIST:
{
#ifdef HAVE_MENU
path_clear_all();
core_info_ctx_find_t info_find;
rarch_system_info_t *system_info = runloop_get_system_info();
struct retro_system_info *system = &system_info->info;