mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix for relative paths being normalised and generating a duplicate history entry.
This commit is contained in:
parent
a15820f86a
commit
004c1d2f0a
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ static bool command_event_cmd_exec(const char *data,
|
|||
|
||||
#if defined(HAVE_DYNAMIC)
|
||||
if (!task_load_content(&content_info, content_ctx,
|
||||
false, launched_from_cli, error_string))
|
||||
true, launched_from_cli, error_string))
|
||||
return false;
|
||||
#else
|
||||
frontend_driver_set_fork(FRONTEND_FORK_CORE_WITH_ARGS);
|
||||
|
|
Loading…
Add table
Reference in a new issue