diff options
author | Travis Howell | 2006-01-21 23:59:04 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-21 23:59:04 +0000 |
commit | 207841e22699a0fa8bc7e8f05e70641117baf7be (patch) | |
tree | 34a64629632ab6f5da44c1785badf33620ff2208 /base | |
parent | ca6bd8645f45c4af130b7856079eb4610eafbc01 (diff) | |
download | scummvm-rg350-207841e22699a0fa8bc7e8f05e70641117baf7be.tar.gz scummvm-rg350-207841e22699a0fa8bc7e8f05e70641117baf7be.tar.bz2 scummvm-rg350-207841e22699a0fa8bc7e8f05e70641117baf7be.zip |
Add new platforms.
Sync. more changes.
svn-id: r20126
Diffstat (limited to 'base')
-rw-r--r-- | base/gameDetector.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 567baca03e..91d13e2b38 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -85,8 +85,9 @@ 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: amiga,\n" - " atari, c64, fmtowns, nes, mac, pc, windows)\n" + " --platform=WORD Specify version of game (allowed values: acorn,\n" + " amiga, atari, c64, fmtowns, nes, mac, pc, segacd,\n" + " windows)\n" " --savepath=PATH Path to where savegames are stored\n" " --soundfont=FILE Select the SoundFont for MIDI playback (only\n" " supported by some MIDI drivers)\n" |