[Scummvm-cvs-logs] SF.net SVN: scummvm:[39144] scummvm/trunk/gui/options.cpp

sunmax at users.sourceforge.net sunmax at users.sourceforge.net
Fri Mar 6 01:28:39 CET 2009


Revision: 39144
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39144&view=rev
Author:   sunmax
Date:     2009-03-06 00:28:39 +0000 (Fri, 06 Mar 2009)

Log Message:
-----------
Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2.

Modified Paths:
--------------
    scummvm/trunk/gui/options.cpp

Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2009-03-06 00:26:48 UTC (rev 39143)
+++ scummvm/trunk/gui/options.cpp	2009-03-06 00:28:39 UTC (rev 39144)
@@ -756,7 +756,7 @@
 void GlobalOptionsDialog::open() {
 	OptionsDialog::open();
 
-#if !( defined(__DC__) || defined(__GP32__) || defined(__PLAYSTATION2__) )
+#if !( defined(__DC__) || defined(__GP32__) )
 	// Set _savePath to the current save path
 	Common::String savePath(ConfMan.get("savepath", _domain));
 	Common::String themePath(ConfMan.get("themepath", _domain));


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list