mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Documented the --savepath option.
svn-id: r15546
This commit is contained in:
parent
5a0673c0de
commit
73f89577d6
1
README
1
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)
|
||||
|
@ -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"
|
||||
|
@ -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)\\
|
||||
|
Loading…
x
Reference in New Issue
Block a user