From 7a228fb2b76596530a752d473a06388c14ce35b8 Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Thu, 26 Dec 2024 00:38:00 +0100 Subject: [PATCH] fixes --- functions/EmuScripts/emuDeckShadPS4.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/EmuScripts/emuDeckShadPS4.ps1 b/functions/EmuScripts/emuDeckShadPS4.ps1 index f40cd817..b7723346 100644 --- a/functions/EmuScripts/emuDeckShadPS4.ps1 +++ b/functions/EmuScripts/emuDeckShadPS4.ps1 @@ -1,10 +1,10 @@ -$ShadPS4_configFile="$emusPath\ShadPS4\user\config.tom" +$ShadPS4_configFile="$emusPath\ShadPS4\user\config.toml" function ShadPS4_install(){ setMSG "Downloading ShadPS4" $url_ShadPS4 = "https://github.com/shadps4-emu/shadPS4/releases/download/v.0.4.0/shadps4-win64-qt-0.4.0.zip" download $url_ShadPS4 "ShadPS4.zip" - moveFromTo "$temp/ShadPS4" "$emusPath\ShadPS4" + moveFromTo "$temp/ShadPS4" "$emusPath\ShadPS4-qt" createLauncher "ShadPS4" } function ShadPS4_init(){ @@ -31,6 +31,7 @@ function ShadPS4_setResolution($resolution){ function ShadPS4_setupSaves(){ setMSG "ShadPS4 - Saves Links" + mkdir "$emusPath\shadps4-qt\user" -ErrorAction SilentlyContinue mkdir "$emusPath\shadps4-qt\user\savedata" -ErrorAction SilentlyContinue $simLinkPath = "$emusPath\shadps4-qt\user\savedata" $emuSavePath = "$emulationPath\saves\shadps4\saves"