From bc69737dae395b9b92de1ab7a5130cf2396f4c39 Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 26 Nov 2017 13:00:30 -0500 Subject: [PATCH] remove this, it's causing issues with the history list --- command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/command.c b/command.c index 7f281ba546..ac088b7fdb 100644 --- a/command.c +++ b/command.c @@ -1805,7 +1805,6 @@ 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;