diff options
author | Travis Howell | 2006-02-16 05:01:06 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-16 05:01:06 +0000 |
commit | fbcecb98a14595394ed9e21bc224e4778adf0410 (patch) | |
tree | 09a72c1b40842d0df46fc29de05bf91730e9c63e /base | |
parent | fa4f74ab735dea4d74dc3488384655c73aac0fb0 (diff) | |
download | scummvm-rg350-fbcecb98a14595394ed9e21bc224e4778adf0410.tar.gz scummvm-rg350-fbcecb98a14595394ed9e21bc224e4778adf0410.tar.bz2 scummvm-rg350-fbcecb98a14595394ed9e21bc224e4778adf0410.zip |
Add 3DO platform for HE games
svn-id: r20714
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 bc3fd0d412..8d2b7e2d78 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -92,7 +92,7 @@ static const char USAGE_STRING[] = " drive)\n" " --joystick[=NUM] Enable input with joystick (default: 0 = first\n" " joystick)\n" - " --platform=WORD Specify version of game (allowed values: acorn,\n" + " --platform=WORD Specify version of game (allowed values: 3do, acorn,\n" " amiga, atari, c64, fmtowns, nes, mac, pc, segacd,\n" " windows)\n" " --savepath=PATH Path to where savegames are stored\n" |