diff options
| author | Travis Howell | 2005-03-07 00:39:48 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-03-07 00:39:48 +0000 |
| commit | 07aa92063aebce928dac7a70ab61970af14b1305 (patch) | |
| tree | 3b904a153db3c30fa1c641d6c51bc65afed058f9 /base | |
| parent | 7dd8a39ad03ab8944d9ad37ea647bf90e26c735a (diff) | |
| download | scummvm-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.cpp | 2 |
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" |
