We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a5fb72 + cb2947d commit 7bb64c3Copy full SHA for 7bb64c3
scriptmodules/supplementary/runcommand/runcommand.sh
@@ -1103,7 +1103,7 @@ function retroarch_append_config() {
1103
fi
1104
1105
# set `libretro_directory` to the core parent folder
1106
- local core_dir=$(echo "$COMMAND" | grep -Eo " $ROOTDIR/libretrocores/.*libretro\.so " | head -n 1)
+ local core_dir=$(echo "$COMMAND" | grep -Eo "$ROOTDIR/libretrocores/.*libretro\.so" | head -n 1)
1107
core_dir=$(dirname "$core_dir")
1108
[[ -n "$core_dir" ]] && iniSet "libretro_directory" "$core_dir"
1109
0 commit comments