[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.140,1.141

Jamieson Christian jamieson630 at users.sourceforge.net
Fri Aug 29 20:35:09 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv1368/scummvm/common

Modified Files:
	gameDetector.cpp 
Log Message:
Feature Request [778833] '-F' not documented

Added -F and --fullscreen to the ScummVM
--help output. These were added to the README
already as part of the fix for Bug [779013].

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- gameDetector.cpp	29 Aug 2003 08:04:54 -0000	1.140
+++ gameDetector.cpp	30 Aug 2003 03:34:46 -0000	1.141
@@ -53,7 +53,7 @@
 	"Options:\n"
 	"\t-p<path>       - Look for game in <path>\n"
 	"\t-x[<num>]      - Load this savegame (default: 0 - autosave)\n"
-	"\t-f             - Fullscreen mode\n"
+	"\t-f             - Full-screen mode (-F forces window mode.)\n"
 	"\t-g<mode>       - Graphics mode (normal,2x,3x,2xsai,super2xsai,\n"
 	"\t                 supereagle,advmame2x, advmame3x,tv2x,dotmatrix)\n"
 	"\t-e<mode>       - Set music engine (see README for details)\n"
@@ -86,6 +86,7 @@
 	"\n"
 	"\t--multi-midi   - Enable combination Adlib and native MIDI\n"
 	"\t--native-mt32  - True Roland MT-32 (disable GM emulation)\n"
+	"\t--fullscreen   - Full-screen mode (same as -f)\n"
 	"\t--aspect-ratio - Enable aspect ratio correction\n"
 #ifndef DISABLE_SCUMM
 	"\t--demo-mode    - Start demo mode of Maniac Mansion (Classic version)\n"





More information about the Scummvm-git-logs mailing list