Merge pull request #5797 from fr500/master

remove this again, it causes issues saving remaps/presets/overrides
This commit is contained in:
Andrés 2017-11-26 18:24:15 -05:00 committed by GitHub
commit cea5ffc38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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))