remove this again, it causes issues saving remaps/presets/overrides
This commit is contained in:
parent
dfebea9109
commit
bb5f7d1cc1
|
@ -1809,11 +1809,9 @@ bool command_event(enum event_command cmd, void *data)
|
||||||
rarch_system_info_t *system_info = NULL;
|
rarch_system_info_t *system_info = NULL;
|
||||||
struct retro_system_info *system = NULL;
|
struct retro_system_info *system = NULL;
|
||||||
const char *core_path = NULL;
|
const char *core_path = NULL;
|
||||||
|
system_info = runloop_get_system_info();
|
||||||
path_clear(RARCH_PATH_BASENAME);
|
system = &system_info->info;
|
||||||
system_info = runloop_get_system_info();
|
core_path = path_get(RARCH_PATH_CORE);
|
||||||
system = &system_info->info;
|
|
||||||
core_path = path_get(RARCH_PATH_CORE);
|
|
||||||
|
|
||||||
#if defined(HAVE_DYNAMIC)
|
#if defined(HAVE_DYNAMIC)
|
||||||
if (string_is_empty(core_path))
|
if (string_is_empty(core_path))
|
||||||
|
|
Loading…
Reference in New Issue