aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorTravis Howell2005-03-07 00:39:48 +0000
committerTravis Howell2005-03-07 00:39:48 +0000
commit07aa92063aebce928dac7a70ab61970af14b1305 (patch)
tree3b904a153db3c30fa1c641d6c51bc65afed058f9 /base
parent7dd8a39ad03ab8944d9ad37ea647bf90e26c735a (diff)
downloadscummvm-rg350-07aa92063aebce928dac7a70ab61970af14b1305.tar.gz
scummvm-rg350-07aa92063aebce928dac7a70ab61970af14b1305.tar.bz2
scummvm-rg350-07aa92063aebce928dac7a70ab61970af14b1305.zip
Add Amiga renderer mode for EGA games.
svn-id: r17019
Diffstat (limited to 'base')
-rw-r--r--base/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 69aa818de3..861c696651 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -97,7 +97,7 @@ static const char USAGE_STRING[] =
" --output-rate=RATE Select output sample rate in Hz (e.g. 22050)\n"
" --aspect-ratio Enable aspect ratio correction\n"
" --render-mode=MODE Enable additional render modes (cga, ega, hercGreen,\n"
- " hercAmber)\n"
+ " hercAmber, amiga)\n"
"\n"
#if !defined(DISABLE_SKY) || !defined(DISABLE_QUEEN)
" --alt-intro Use alternative intro for CD versions of Beneath a\n"