aboutsummaryrefslogtreecommitdiff
path: root/common/savefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/savefile.cpp')
-rw-r--r--common/savefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/savefile.cpp b/common/savefile.cpp
index 3f332af9d3..b3f888dfe7 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -35,7 +35,7 @@ namespace Common {
const char *SaveFileManager::getSavePath() const {
-#if defined(__PALM_OS__)
+#if defined(__PALM_OS__) || defined(__PSP__)
return SCUMMVM_SAVEPATH;
#else