mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 14:15:38 +00:00
Fixed issue with custom/default save paths
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</emulator>
|
||||
<emulator>
|
||||
<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>
|
||||
<saveFileExtensions>
|
||||
<ext>SYS</ext>
|
||||
|
||||
@@ -147,7 +147,7 @@ function getSaveFilePath ()
|
||||
log 3 "Using default save file path for emulator: ${emulator}"
|
||||
|
||||
# Default to the normal saves directory
|
||||
saveFilePath="~/RetroPie/saves/${system}"
|
||||
saveFilePath=~/RetroPie/saves/${system}
|
||||
fi
|
||||
|
||||
log 3 "Save file path: ${saveFilePath}"
|
||||
|
||||
Reference in New Issue
Block a user