aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-10-14 07:17:02 +0000
committerTorbjörn Andersson2004-10-14 07:17:02 +0000
commit73f89577d6de2aae97c93b7f8e5034bfaa868086 (patch)
tree7a1d06216375a20f24aad3576b8175bbc1ffe16e
parent5a0673c0de9fd849da235deb9627940399a109ca (diff)
downloadscummvm-rg350-73f89577d6de2aae97c93b7f8e5034bfaa868086.tar.gz
scummvm-rg350-73f89577d6de2aae97c93b7f8e5034bfaa868086.tar.bz2
scummvm-rg350-73f89577d6de2aae97c93b7f8e5034bfaa868086.zip
Documented the --savepath option.
svn-id: r15546
-rw-r--r--README1
-rw-r--r--base/gameDetector.cpp1
-rw-r--r--doc/05_01.tex1
3 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index a6c0d35a65..2215e88e28 100644
--- a/README
+++ b/README
@@ -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)\\