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

@@ -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}"