diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | base/gameDetector.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -368,7 +368,7 @@ arguments - see the next section. --joystick[=NUM] Enable input with joystick (default: 0 = first joystick) --platform=WORD Specify version of game (allowed values: amiga, - atari, fmtowns, mac, nes, pc, windows) + atari, c64, fmtowns, mac, nes, pc, windows) --savepath=PATH Path to where savegames are stored --soundfont=FILE Select the SoundFont for MIDI playback (Only supported by some MIDI drivers) diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index ab3b2559fb..0195c13f14 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -84,7 +84,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, nes, mac, pc, windows)\n" + " atari, c64, fmtowns, nes, mac, pc, 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" |