Add check for g_extern.system.no_content as well

This commit is contained in:
twinaphex 2014-11-24 06:25:11 +01:00
parent 064f23b354
commit d22a2896b5

View File

@ -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,