diff options
author | Johannes Schickel | 2016-01-21 23:21:10 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-01-21 23:41:30 +0100 |
commit | 1479219f7a30ee95f2a9d79310566d930f8f3de6 (patch) | |
tree | 419153af465795a29fa2d9622b6673acbecded25 /base | |
parent | 0017cfa06c1dbda7175588a0a16ad13526491fcf (diff) | |
download | scummvm-rg350-1479219f7a30ee95f2a9d79310566d930f8f3de6.tar.gz scummvm-rg350-1479219f7a30ee95f2a9d79310566d930f8f3de6.tar.bz2 scummvm-rg350-1479219f7a30ee95f2a9d79310566d930f8f3de6.zip |
COMMON: Add render modes for Apple IIgs and Atari ST.
On request of m_kiewitz who wants to use it for AGI.
Diffstat (limited to 'base')
-rw-r--r-- | base/commandLine.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 285fd632b7..783af47553 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -116,8 +116,9 @@ static const char HELP_STRING[] = " --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" + " --render-mode=MODE Enable additional render modes (hercGreen, hercAmber,\n" + " cga, ega, vga, amiga, fmtowns, pc9821, pc9801, 2gs,\n" + " atari)\n" #ifdef ENABLE_EVENTRECORDER " --record-mode=MODE Specify record mode for event recorder (record, playback,\n" " passthrough [default])\n" |