remove this again, it causes issues saving remaps/presets/overrides

This commit is contained in:
radius 2017-11-26 18:22:59 -05:00
parent dfebea9109
commit bb5f7d1cc1

View File

@ -1809,11 +1809,9 @@ bool command_event(enum event_command cmd, void *data)
rarch_system_info_t *system_info = NULL;
struct retro_system_info *system = NULL;
const char *core_path = NULL;
path_clear(RARCH_PATH_BASENAME);
system_info = runloop_get_system_info();
system = &system_info->info;
core_path = path_get(RARCH_PATH_CORE);
system_info = runloop_get_system_info();
system = &system_info->info;
core_path = path_get(RARCH_PATH_CORE);
#if defined(HAVE_DYNAMIC)
if (string_is_empty(core_path))