From 68ea155b8841c9404745852415d3f67236ed203c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 13 May 2009 20:57:37 +0000 Subject: Add option --opl-driver to command line. svn-id: r40531 --- base/commandLine.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base') diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 87cd55e38f..62c526b0c6 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -103,6 +103,7 @@ static const char HELP_STRING[] = " --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 @@ Common::String parseCommandLine(Common::StringMap &settings, int argc, const cha 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; -- cgit v1.2.3