mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-02 09:42:37 +00:00
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)
|
||||
{
|
||||
/* 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user