Move rarch_main_command(RARCH_HISTORY_INIT) outside of check

for history list enable
This commit is contained in:
twinaphex 2014-11-27 09:03:15 +01:00
parent 678460b5c1
commit 6393badfb5

View File

@ -252,9 +252,10 @@ returntype main_entry(signature())
}
}
rarch_main_command(RARCH_CMD_HISTORY_INIT);
if (g_settings.history_list_enable)
{
rarch_main_command(RARCH_CMD_HISTORY_INIT);
if (g_extern.content_is_init || g_extern.system.no_content)
history_playlist_push(g_defaults.history,
g_extern.fullpath,