mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Add log to RARCH_CMD_HISTORY_INIT
This commit is contained in:
parent
07e2f24039
commit
91efc6c68b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user