[Scummvm-cvs-logs] SF.net SVN: scummvm: [26936] scummvm/trunk/base/commandLine.cpp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sat May 26 14:01:34 CEST 2007


Revision: 26936
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26936&view=rev
Author:   joostp
Date:     2007-05-26 05:01:33 -0700 (Sat, 26 May 2007)

Log Message:
-----------
replace "normal" graphics scaler with "1x" in the --help text.

"normal" is not documented in the README and is apparently some legacy option, 
the SDL backend source implies that using "normal" mode would use a 1x scaler,
but using it seems no different from the default "2x" scaler, so this option is
basically useless, even though parseCommandLine() still accepts both "normal" and
"default" (which seems completely undocumented)... argh!

Modified Paths:
--------------
    scummvm/trunk/base/commandLine.cpp

Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp	2007-05-25 22:59:24 UTC (rev 26935)
+++ scummvm/trunk/base/commandLine.cpp	2007-05-26 12:01:33 UTC (rev 26936)
@@ -76,9 +76,9 @@
 	"  -x, --save-slot[=NUM]    Save game slot to load (default: autosave)\n"
 	"  -f, --fullscreen         Force full-screen mode\n"
 	"  -F, --no-fullscreen      Force windowed mode\n"
-	"  -g, --gfx-mode=MODE      Select graphics scaler (normal,2x,3x,2xsai,\n"
-	"                           super2xsai,supereagle,advmame2x,advmame3x,hq2x,\n"
-	"                           hq3x,tv2x,dotmatrix)\n"
+	"  -g, --gfx-mode=MODE      Select graphics scaler (1x,2x,3x,2xsai,super2xsai,\n"
+	"                           supereagle,advmame2x,advmame3x,hq2x,hq3x,tv2x,\n"
+	"                           dotmatrix)\n"
 	"  --gui-theme=THEME        Select GUI theme (default, modern, classic)\n"
 	"  --themepath=PATH         Path to where GUI themes are stored\n"
 	"  -e, --music-driver=MODE  Select music driver (see README for details)\n"


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