From db2ce016de8178ad953b7477a33b18df317ec044 Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 26 Nov 2017 11:33:18 -0500 Subject: [PATCH] clear paths properly before loading the next core without closing content --- command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/command.c b/command.c index ac088b7fdb..7f281ba546 100644 --- a/command.c +++ b/command.c @@ -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;