diff options
| author | Pawel Kolodziejski | 2011-05-25 19:22:17 +0200 | 
|---|---|---|
| committer | Pawel Kolodziejski | 2011-05-25 19:22:17 +0200 | 
| commit | 5cd5d2663dc57157e79d5f1621ead4e446bec046 (patch) | |
| tree | b47e02a69443eb4d15bad6dd1bce32f542c41627 | |
| parent | ed9768fde3ff673b4cd5981eee4b926b2f0107ab (diff) | |
| download | scummvm-rg350-5cd5d2663dc57157e79d5f1621ead4e446bec046.tar.gz scummvm-rg350-5cd5d2663dc57157e79d5f1621ead4e446bec046.tar.bz2 scummvm-rg350-5cd5d2663dc57157e79d5f1621ead4e446bec046.zip  | |
SAMSUNGTV: change default path
| -rw-r--r-- | backends/saves/posix/posix-saves.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/saves/posix/posix-saves.cpp b/backends/saves/posix/posix-saves.cpp index 40380a1b23..e04609be5b 100644 --- a/backends/saves/posix/posix-saves.cpp +++ b/backends/saves/posix/posix-saves.cpp @@ -51,7 +51,7 @@  POSIXSaveFileManager::POSIXSaveFileManager() {  	// Register default savepath based on HOME  #if defined(SAMSUNGTV) -	ConfMan.registerDefault("savepath", "/mtd_wiselink/scummvm/savegames"); +	ConfMan.registerDefault("savepath", "/mtd_wiselink/scummvm savegames");  #else  	Common::String savePath;  	const char *home = getenv("HOME");  | 
