This commit is contained in:
Dragoon Dorise 2024-12-25 21:59:37 +01:00
parent cbb7ca237f
commit 4f4ddb61e9
2 changed files with 8 additions and 8 deletions

View File

@ -17,8 +17,8 @@
ShadPS4_emuName="ShadPS4"
ShadPS4_emuType="$emuDeckEmuTypeAppImage"
ShadPS4_emuPath="$HOME/Applications"
ShadPS4_configFile="$HOME/.config/shadps4/config.toml"
ShadPS4_dir="$HOME/.config/shadps4/user"
ShadPS4_dir="$HOME/.local/share/shadPS4"
ShadPS4_configFile="$ShadPS4_dir/config.toml"
# Language keys using [ISO 639-1: Language codes] & [ISO 3166-1 alpha-2: Country codes]
@ -156,14 +156,14 @@ ShadPS4_setupSaves(){
#SetupStorage
ShadPS4_setupStorage(){
echo "Begin ShadPS4 storage config"
mkdir - "$storagePath/shadps4/games"
mkdir - "$storagePath/shadps4/dlc"
mkdir -p "$storagePath/shadps4/games"
mkdir -p "$storagePath/shadps4/dlc"
}
#WipeSettings
ShadPS4_wipe(){
echo "Begin ShadPS4 delete config directories"
rm -rf "$HOME/.config/shadps4"
rm -rf "$ShadPS4_dir"
}
#Uninstall

View File

@ -1,5 +1,5 @@
#!/bin/bash
configEmuAI(){
function configEmuAI(){
emu=$1
folderName=$2
@ -12,8 +12,8 @@ configEmuAI(){
else
overwrite="--ignore-existing"
fi
setMSG "Updating $emu $folderName using $overwrite"
setMSG "Updating $emu $folderName using $overwrite"
rsync -avhp --mkpath $gitLocation/ $folderPath $overwrite