Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Dec 25, 2024
1 parent 14a2851 commit 011c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/EmuScripts/emuDeckShadPS4.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function ShadPS4_update(){
Write-Output "NYI"
}
function ShadPS4_setEmulationFolder(){
sedFile "$ShadPS4_configFile" "/run/media/mmcblk0p1/Emulation/" "$emulationPath"
sedFile "$ShadPS4_configFile" "/run/media/mmcblk0p1/Emulation/" "$emulationPath/"
sedFile "$ShadPS4_configFile" "\" "/"
sedFile "$ShadPS4_configFile" "/" "//"
}
Expand Down

0 comments on commit 011c0e4

Please sign in to comment.