Add log to RARCH_CMD_HISTORY_INIT

This commit is contained in:
twinaphex 2014-11-29 15:37:53 +01:00
parent 07e2f24039
commit 91efc6c68b

View File

@ -2415,6 +2415,7 @@ bool rarch_main_command(unsigned cmd)
rarch_main_command(RARCH_CMD_HISTORY_DEINIT);
if (!g_settings.history_list_enable)
return false;
RARCH_LOG("Loading history file: [%s].\n", g_settings.content_history_path);
g_defaults.history = content_playlist_init(
g_settings.content_history_path,
g_settings.content_history_size);