Fixed issue with custom/default save paths

This commit is contained in:
Eric Ostrowski
2019-04-10 22:13:15 -05:00
parent 70a150a89e
commit 117d069d07
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
</emulator> </emulator>
<emulator> <emulator>
<name>ppsspp</name> <name>ppsspp</name>
<saveFilePath>/opt/retropie/configs/psp/PSP/SAVEDATA</saveFilePath> <saveFilePath>/opt/retropie/configs/psp/</saveFilePath>
<saveStatePath>/opt/retropie/configs/psp/PSP/PPSSPP_STATE</saveStatePath> <saveStatePath>/opt/retropie/configs/psp/PSP/PPSSPP_STATE</saveStatePath>
<saveFileExtensions> <saveFileExtensions>
<ext>SYS</ext> <ext>SYS</ext>

View File

@@ -147,7 +147,7 @@ function getSaveFilePath ()
log 3 "Using default save file path for emulator: ${emulator}" log 3 "Using default save file path for emulator: ${emulator}"
# Default to the normal saves directory # Default to the normal saves directory
saveFilePath="~/RetroPie/saves/${system}" saveFilePath=~/RetroPie/saves/${system}
fi fi
log 3 "Save file path: ${saveFilePath}" log 3 "Save file path: ${saveFilePath}"