aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorEugene Sandulenko2005-04-08 20:49:13 +0000
committerEugene Sandulenko2005-04-08 20:49:13 +0000
commit249134ede3a85f09601a962136bbffdae2eed764 (patch)
treee83767aac2ee5903ef85ebedfbcf39a4e30bb75e /base
parentb8385b0af1b7e25e9d9f64c2c1fff5403a407ce7 (diff)
downloadscummvm-rg350-249134ede3a85f09601a962136bbffdae2eed764.tar.gz
scummvm-rg350-249134ede3a85f09601a962136bbffdae2eed764.tar.bz2
scummvm-rg350-249134ede3a85f09601a962136bbffdae2eed764.zip
Add NES platform
svn-id: r17454
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 cd5b260ac5..282be9165e 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -90,7 +90,7 @@ static const char USAGE_STRING[] =
" --joystick[=NUM] Enable input with joystick (default: 0 = first\n"
" joystick)\n"
" --platform=WORD Specify version of game (allowed values: amiga,\n"
- " atari, fmtowns, mac, pc, windows)\n"
+ " atari, fmtowns, nes, mac, pc, windows)\n"
" --savepath=PATH Path to where savegames are stored\n"
" --multi-midi Enable combination Adlib and native MIDI\n"
" --native-mt32 True Roland MT-32 (disable GM emulation)\n"