aboutsummaryrefslogtreecommitdiff
path: root/backends/saves/posix
diff options
context:
space:
mode:
authorPawel Kolodziejski2011-05-23 18:11:40 +0200
committerPawel Kolodziejski2011-05-23 18:11:40 +0200
commit944e0be209f5ab47c3b903f258d2d41b990d80cb (patch)
tree465583c4769981179de1b94da62d21bb99b855b3 /backends/saves/posix
parent76b8afc33607718da0955b6bd782dab15ef049dd (diff)
downloadscummvm-rg350-944e0be209f5ab47c3b903f258d2d41b990d80cb.tar.gz
scummvm-rg350-944e0be209f5ab47c3b903f258d2d41b990d80cb.tar.bz2
scummvm-rg350-944e0be209f5ab47c3b903f258d2d41b990d80cb.zip
SAMSUNGTV: update port
Diffstat (limited to 'backends/saves/posix')
-rw-r--r--backends/saves/posix/posix-saves.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/saves/posix/posix-saves.cpp b/backends/saves/posix/posix-saves.cpp
index 5145a03c11..d82f8a1845 100644
--- a/backends/saves/posix/posix-saves.cpp
+++ b/backends/saves/posix/posix-saves.cpp
@@ -50,7 +50,7 @@
POSIXSaveFileManager::POSIXSaveFileManager() {
// Register default savepath based on HOME
#if defined(SAMSUNGTV)
- ConfMan.registerDefault("savepath", "/dtv/usb/sda1/.scummvm");
+ ConfMan.registerDefault("savepath", "/mtd_rwarea/scummvm/savegames");
#else
Common::String savePath;
const char *home = getenv("HOME");