diff options
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | base/gameDetector.cpp | 1 | ||||
-rw-r--r-- | doc/05_01.tex | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -326,6 +326,7 @@ arguments - see the next section. joystick) --platform=WORD Specify version of game (allowed values: amiga, atari, fmtowns, mac, pc, windows) + --savepath=PATH Path to where savegames are stored --multi-midi Enable combination of Adlib and native MIDI --native-mt32 True Roland MT-32 (disable GM emulation) --output-rate=RATE Select output sample rate in Hz (e.g. 22050) diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index f1578b5e76..bf118a519f 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -75,6 +75,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" + " --savepath=PATH Path to where savegames are stored\n" " atari, fmtowns, mac, pc, windows)\n" " --multi-midi Enable combination Adlib and native MIDI\n" " --native-mt32 True Roland MT-32 (disable GM emulation)\n" diff --git a/doc/05_01.tex b/doc/05_01.tex index e188b03950..d2fa471c24 100644 --- a/doc/05_01.tex +++ b/doc/05_01.tex @@ -35,6 +35,7 @@ Usage: scummvm [OPTIONS]... [GAME]\\ &joystick)\\ --platform=WORD &Specify version of game (allowed values: amiga,\\ &atari, fmtowns, mac, pc, windows)\\ + --savepath=PATH &Path to where savegames are stored\\ --multi-midi &Enable combination of Adlib and native MIDI\\ --native-mt32 &True Roland MT-32 (disable GM emulation)\\ --output-rate=RATE &Select output sample rate in Hz (e.g. 22050)\\ |