[Scummvm-cvs-logs] SF.net SVN: scummvm:[39145] scummvm/branches/branch-0-13-0/gui/options.cpp
sunmax at users.sourceforge.net
sunmax at users.sourceforge.net
Fri Mar 6 01:29:54 CET 2009
Revision: 39145
http://scummvm.svn.sourceforge.net/scummvm/?rev=39145&view=rev
Author: sunmax
Date: 2009-03-06 00:29:54 +0000 (Fri, 06 Mar 2009)
Log Message:
-----------
Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2.
Modified Paths:
--------------
scummvm/branches/branch-0-13-0/gui/options.cpp
Modified: scummvm/branches/branch-0-13-0/gui/options.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/gui/options.cpp 2009-03-06 00:28:39 UTC (rev 39144)
+++ scummvm/branches/branch-0-13-0/gui/options.cpp 2009-03-06 00:29:54 UTC (rev 39145)
@@ -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