mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix for relative paths being normalised and generating a duplicate history entry.
This commit is contained in:
parent
a15820f86a
commit
004c1d2f0a
@ -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…
x
Reference in New Issue
Block a user