mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
If we load a ROM from the commandline, it will still get pushed
to the history list
This commit is contained in:
parent
449ccb3038
commit
02f1de920a
1 changed files with 6 additions and 0 deletions
|
@ -880,6 +880,12 @@ static bool task_load_content(content_ctx_info_t *content_info,
|
|||
break;
|
||||
}
|
||||
|
||||
if (mode == CONTENT_MODE_LOAD_FROM_CLI)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
content_ctx->history_list_enable = settings->history_list_enable;
|
||||
}
|
||||
|
||||
if (
|
||||
content_ctx->history_list_enable
|
||||
&& playlist_tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue