[Scummvm-cvs-logs] scummvm master -> 5cd5d2663dc57157e79d5f1621ead4e446bec046

aquadran aquadran at xtr.net.pl
Wed May 25 19:24:04 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5cd5d2663d SAMSUNGTV: change default path


Commit: 5cd5d2663dc57157e79d5f1621ead4e446bec046
    https://github.com/scummvm/scummvm/commit/5cd5d2663dc57157e79d5f1621ead4e446bec046
Author: Pawel Kolodziejski (aquadran at users.sourceforge.net)
Date: 2011-05-25T10:22:17-07:00

Commit Message:
SAMSUNGTV: change default path

Changed paths:
    backends/saves/posix/posix-saves.cpp



diff --git a/backends/saves/posix/posix-saves.cpp b/backends/saves/posix/posix-saves.cpp
index 40380a1..e04609b 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");






More information about the Scummvm-git-logs mailing list