Add check for g_extern.system.no_content as well
This commit is contained in:
parent
064f23b354
commit
d22a2896b5
|
@ -254,8 +254,7 @@ returntype main_entry(signature())
|
||||||
|
|
||||||
if (g_settings.history_list_enable)
|
if (g_settings.history_list_enable)
|
||||||
{
|
{
|
||||||
/* TODO - need to also check for SET_SUPPORT_NO_GAME here. */
|
if (g_extern.content_is_init || g_extern.system.no_content)
|
||||||
if (g_extern.content_is_init)
|
|
||||||
history_playlist_push(g_defaults.history,
|
history_playlist_push(g_defaults.history,
|
||||||
g_extern.fullpath,
|
g_extern.fullpath,
|
||||||
g_settings.libretro,
|
g_settings.libretro,
|
||||||
|
|
Loading…
Reference in New Issue