From 114eca338f5b8712368423983481bba6ef0d1682 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 14 Oct 2014 03:29:26 +0200 Subject: [PATCH] Should fix load_no_content cores not being able to be loaded from the history list --- general.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/general.c b/general.c index 191567841e..c4783548f8 100644 --- a/general.c +++ b/general.c @@ -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);