aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/extend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/extend.cpp')
-rw-r--r--backends/PalmOS/Src/extend.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/extend.cpp b/backends/PalmOS/Src/extend.cpp
index 41e6a53726..aeba2f18d3 100644
--- a/backends/PalmOS/Src/extend.cpp
+++ b/backends/PalmOS/Src/extend.cpp
@@ -24,6 +24,8 @@
#include "extend.h"
#include "string.h"
#include "palm.h"
+
+const Char *SCUMMVM_SAVEPATH = "/PALM/Programs/ScummVM/Saved/";
/*
//Sony clie PalmOS<5
void BmpDrawDDBitmap(const FormType *formP, DmResID bitmapID)
@@ -108,4 +110,4 @@ void WinDrawWarpChars(const Char *chars, Int16 len, Coord x, Coord y, Coord maxW
part = StrTok(NULL," ");
}
-} \ No newline at end of file
+}