mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00: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
@ -880,6 +880,12 @@ static bool task_load_content(content_ctx_info_t *content_info,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mode == CONTENT_MODE_LOAD_FROM_CLI)
|
||||||
|
{
|
||||||
|
settings_t *settings = config_get_ptr();
|
||||||
|
content_ctx->history_list_enable = settings->history_list_enable;
|
||||||
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
content_ctx->history_list_enable
|
content_ctx->history_list_enable
|
||||||
&& playlist_tmp
|
&& playlist_tmp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user