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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed May 13 22:57:37 CEST 2009


Revision: 40531
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40531&view=rev
Author:   sev
Date:     2009-05-13 20:57:37 +0000 (Wed, 13 May 2009)

Log Message:
-----------
Add option --opl-driver to command line.

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

Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp	2009-05-13 20:51:36 UTC (rev 40530)
+++ scummvm/trunk/base/commandLine.cpp	2009-05-13 20:57:37 UTC (rev 40531)
@@ -103,6 +103,7 @@
 	"  --native-mt32            True Roland MT-32 (disable GM emulation)\n"
 	"  --enable-gs              Enable Roland GS mode for MIDI playback\n"
 	"  --output-rate=RATE       Select output sample rate in Hz (e.g. 22050)\n"
+	"  --opl-driver=DRIVER      Select Adlib (OPL) emulator (db, mame)\n"
 	"  --aspect-ratio           Enable aspect ratio correction\n"
 	"  --render-mode=MODE       Enable additional render modes (cga, ega, hercGreen,\n"
 	"                           hercAmber, amiga)\n"
@@ -355,6 +356,9 @@
 			DO_OPTION_BOOL('f', "fullscreen")
 			END_OPTION
 
+			DO_LONG_OPTION("opl-driver")
+			END_OPTION
+
 			DO_OPTION('g', "gfx-mode")
 				// Check whether 'option' specifies a valid graphics mode.
 				bool isValid = false;


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