let's just clear basename instead (used to populate override, remaps, shader preset paths

This commit is contained in:
radius 2017-11-26 13:43:00 -05:00
parent 2dda04787a
commit 6e67a6ba63

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(RARCH_PATH_BASENAME);
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;