mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Should fix load_no_content cores not being able to be loaded from
the history list
This commit is contained in:
parent
b940ca9b79
commit
114eca338f
@ -51,6 +51,9 @@ void rarch_playlist_load_content(content_playlist_t *playlist,
|
||||
index, &path, &core_path, NULL);
|
||||
|
||||
strlcpy(g_settings.libretro, core_path, sizeof(g_settings.libretro));
|
||||
|
||||
driver.menu->load_no_content = (path) ? false : true;
|
||||
|
||||
rarch_environment_cb(RETRO_ENVIRONMENT_EXEC, (void*)path);
|
||||
|
||||
rarch_main_command(RARCH_CMD_LOAD_CORE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user