From d22a2896b5b0f4a7f078367ba66c09402e05cc87 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 24 Nov 2014 06:25:11 +0100 Subject: [PATCH] Add check for g_extern.system.no_content as well --- frontend/frontend.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/frontend.c b/frontend/frontend.c index b651f65ce1..35bcd2d795 100644 --- a/frontend/frontend.c +++ b/frontend/frontend.c @@ -254,8 +254,7 @@ returntype main_entry(signature()) if (g_settings.history_list_enable) { - /* TODO - need to also check for SET_SUPPORT_NO_GAME here. */ - if (g_extern.content_is_init) + if (g_extern.content_is_init || g_extern.system.no_content) history_playlist_push(g_defaults.history, g_extern.fullpath, g_settings.libretro,