[Scummvm-cvs-logs] scummvm master -> a87d33845a9e8253b876ef59d0b9b9fd45a9aaa4

aquadran aquadran at xtr.net.pl
Wed May 25 19:42:35 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:
a87d33845a SAMSUNGTV: revert code of result some previous commit


Commit: a87d33845a9e8253b876ef59d0b9b9fd45a9aaa4
    https://github.com/scummvm/scummvm/commit/a87d33845a9e8253b876ef59d0b9b9fd45a9aaa4
Author: Pawel Kolodziejski (aquadran at users.sourceforge.net)
Date: 2011-05-25T10:40:55-07:00

Commit Message:
SAMSUNGTV: revert code of result some previous commit

Changed paths:
    backends/base-backend.cpp



diff --git a/backends/base-backend.cpp b/backends/base-backend.cpp
index 624de1f..40e7024 100644
--- a/backends/base-backend.cpp
+++ b/backends/base-backend.cpp
@@ -61,12 +61,8 @@ void BaseBackend::fillScreen(uint32 col) {
 
 
 #if defined(POSIX)
-#if defined(SAMSUNGTV)
-#define DEFAULT_CONFIG_FILE "/dtv/usb/sda1/.scummvmrc"
-#else
 #define DEFAULT_CONFIG_FILE ".scummvmrc"
 #endif
-#endif
 
 #if !defined(POSIX)
 #define DEFAULT_CONFIG_FILE "scummvm.ini"






More information about the Scummvm-git-logs mailing list