diff options
author | Michael Pearce | 2004-04-22 18:35:08 +0000 |
---|---|---|
committer | Michael Pearce | 2004-04-22 18:35:08 +0000 |
commit | b1cca1ed94ef89a10aab991a11ac334c99baa2f3 (patch) | |
tree | da6d1cbad8405c6a2cf3043d9857edefcfc4824f | |
parent | dfe25fbfd8f8c2a1d015e5d6ca9380ca5a07c00d (diff) | |
download | scummvm-rg350-b1cca1ed94ef89a10aab991a11ac334c99baa2f3.tar.gz scummvm-rg350-b1cca1ed94ef89a10aab991a11ac334c99baa2f3.tar.bz2 scummvm-rg350-b1cca1ed94ef89a10aab991a11ac334c99baa2f3.zip |
Couple of discrepancies
svn-id: r13601
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -304,6 +304,7 @@ arguments - see the next section. -z, --list-games Display list of supported games and exit -t, --list-targets Display list of configured targets and exit + -c, --config=CONFIG Use alternate configuration file -p, --path=PATH Path to where the game is installed -x, --save-slot[=NUM] Save game slot to load (default: autosave) -f, --fullscreen Force full-screen mode @@ -314,7 +315,7 @@ arguments - see the next section. -m, --music-volume=NUM Set the music volume, 0-255 (default: 192) -o, --master-volume=NUM Set the master volume, 0-255 (default: 192) -s, --sfx-volume=NUM Set the sfx volume, 0-255 (default: 192) - -r, --voice-volume=NUM Set the voice volume, 0-255 (default: 192) + -r, --speech-volume=NUM Set the voice volume, 0-255 (default: 192) -n, --subtitles Enable subtitles (use with games that have voice) -b, --boot-param=NUM Pass number to the boot script (boot param) -d, --debuglevel=NUM Set debug verbosity level |