aboutsummaryrefslogtreecommitdiff
path: root/backends/saves
diff options
context:
space:
mode:
authorPawel Kolodziejski2011-05-24 20:32:08 +0200
committerWillem Jan Palenstijn2011-05-24 20:34:45 +0200
commit48b4c6c9233b05843a16504064adbe5fd6f4c57c (patch)
tree8a93fd1c6bc1f23932c81e73344749efffd69d5b /backends/saves
parent96519ad939fab21d07727662aa28a059a3c1d510 (diff)
downloadscummvm-rg350-48b4c6c9233b05843a16504064adbe5fd6f4c57c.tar.gz
scummvm-rg350-48b4c6c9233b05843a16504064adbe5fd6f4c57c.tar.bz2
scummvm-rg350-48b4c6c9233b05843a16504064adbe5fd6f4c57c.zip
SAMSUNGTV: Update port
This combines the following Samsung TV port updates from master: 944e0be209f5ab47c3b903f258d2d41b990d80cb dc1d07774fc8ab0554047115d319ef8c0a2c3f63 It also includes the parts touching this backend of: 69b1485a22dc2b8a2cfe0bd10edcbaad0da0cf6e 2fa63ca01586c4e5fda8eb12dca444d47a2375f1
Diffstat (limited to 'backends/saves')
-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 be870abb6e..8d2ca363b3 100644
--- a/backends/saves/posix/posix-saves.cpp
+++ b/backends/saves/posix/posix-saves.cpp
@@ -48,7 +48,7 @@
POSIXSaveFileManager::POSIXSaveFileManager() {
// Register default savepath based on HOME
#if defined(SAMSUNGTV)
- ConfMan.registerDefault("savepath", "/dtv/usb/sda1/.scummvm");
+ ConfMan.registerDefault("savepath", "/mtd_wiselink/scummvm/savegames");
#else
Common::String savePath;
const char *home = getenv("HOME");