We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7b4af8 + 86fddd5 commit e6887beCopy full SHA for e6887be
1 file changed
tasks/task_content.c
@@ -2281,7 +2281,8 @@ bool task_push_load_new_core(
2281
path_set(RARCH_PATH_CORE, core_path);
2282
2283
/* Remember core path for reloading */
2284
- path_set(RARCH_PATH_CORE_LAST, core_path);
+ if (!string_is_equal(core_path, path_get(RARCH_PATH_CORE_LAST)))
2285
+ path_set(RARCH_PATH_CORE_LAST, core_path);
2286
2287
/* Load core */
2288
command_event(CMD_EVENT_LOAD_CORE, NULL);
0 commit comments