diff options
author | Johannes Schickel | 2016-02-05 12:38:28 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-02-05 12:38:28 +0100 |
commit | 29b37f473cf7fdab300d3a2cc389741722495fb1 (patch) | |
tree | 57b7110b380cd23e628482ff4e3ee0756ab404d5 /base | |
parent | f28ced2e962e2241b511737111a1905af77b62a9 (diff) | |
download | scummvm-rg350-29b37f473cf7fdab300d3a2cc389741722495fb1.tar.gz scummvm-rg350-29b37f473cf7fdab300d3a2cc389741722495fb1.tar.bz2 scummvm-rg350-29b37f473cf7fdab300d3a2cc389741722495fb1.zip |
COMMON: Add render mode for Macintosh.
On request of m_kiewitz who wants to use it for AGI.
Diffstat (limited to 'base')
-rw-r--r-- | base/commandLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 783af47553..19702ea36d 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -118,7 +118,7 @@ static const char HELP_STRING[] = " --aspect-ratio Enable aspect ratio correction\n" " --render-mode=MODE Enable additional render modes (hercGreen, hercAmber,\n" " cga, ega, vga, amiga, fmtowns, pc9821, pc9801, 2gs,\n" - " atari)\n" + " atari, macintosh)\n" #ifdef ENABLE_EVENTRECORDER " --record-mode=MODE Specify record mode for event recorder (record, playback,\n" " passthrough [default])\n" |