Skip to content

Commit

Permalink
Update emuDeckShadPS4.sh
Browse files Browse the repository at this point in the history
oops, variable needs $ :)
  • Loading branch information
SilentException committed Dec 31, 2024
1 parent 0ee62c5 commit 19f2f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/EmuScripts/emuDeckShadPS4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ ShadPS4_setEmulationFolder(){

# setup bios link for LLE sys_modules (optional)
mkdir -p "${biosPath}/shadps4/"
mkdir -p "ShadPS4_dir/sys_modules"
ln -sn "ShadPS4_dir/sys_modules" "${biosPath}/shadps4/sys_modules"
mkdir -p "$ShadPS4_dir/sys_modules"
ln -sn "$ShadPS4_dir/sys_modules" "${biosPath}/shadps4/sys_modules"

echo "ShadPS4 Path Config Completed"
}
Expand Down

0 comments on commit 19f2f71

Please sign in to comment.