README: Update parameters documentation

This commit is contained in:
GhostlyDark 2022-03-08 14:31:09 +01:00 committed by Dorian Fevrier
parent 32e2734421
commit b5f62979ed

72
README
View file

@ -24,44 +24,48 @@ Run 'mupen64plus --help' for a complete list of commandline options:
Usage: mupen64plus [parameter(s)] [romfile]
Parameters:
--noosd : disable onscreen display
--osd : enable onscreen display
--fullscreen : use fullscreen display mode
--windowed : use windowed display mode
--resolution (res) : display resolution (640x480, 800x600, 1024x768, etc)
--nospeedlimit : disable core speed limiter (should be used with dummy audio plugin)
--cheats (cheat-spec) : enable or list cheat codes for the given rom file
--corelib (filepath) : use core library (filepath) (can be only filename or full path)
--configdir (dir) : force configation directory to (dir); should contain mupen64plus.cfg
--datadir (dir) : search for shared data files (.ini files, languages, etc) in (dir)
--debug : launch console-based debugger (requires core lib built for debugging)
--plugindir (dir) : search for plugins in (dir)
--sshotdir (dir) : set screenshot directory to (dir)
--gfx (plugin-spec) : use gfx plugin given by (plugin-spec)
--audio (plugin-spec) : use audio plugin given by (plugin-spec)
--input (plugin-spec) : use input plugin given by (plugin-spec)
--rsp (plugin-spec) : use rsp plugin given by (plugin-spec)
--emumode (mode) : set emu mode to: 0=Pure Interpreter 1=Interpreter 2=DynaRec
--testshots (list) : take screenshots at frames given in comma-separated (list), then quit
--set (param-spec) : set a configuration variable, format: ParamSection[ParamName]=Value
--gb-rom-{1,2,3,4} : define GB cart rom to load inside transferpak {1,2,3,4}"
--gb-ram-{1,2,3,4} : define GB cart ram to load inside transferpak {1,2,3,4}"
--core-compare-send : use the Core Comparison debugging feature, in data sending mode
--core-compare-recv : use the Core Comparison debugging feature, in data receiving mode
--nosaveoptions : do not save the given command-line options in configuration file
--verbose : print lots of information
--help : see this help message
--noosd : disable onscreen display
--osd : enable onscreen display
--fullscreen : use fullscreen display mode
--windowed : use windowed display mode
--resolution (res) : display resolution (640x480, 800x600, 1024x768, etc)
--nospeedlimit : disable core speed limiter (should be used with dummy audio plugin)
--cheats (cheat-spec) : enable or list cheat codes for the given rom file
--corelib (filepath) : use core library (filepath) (can be only filename or full path)
--configdir (dir) : force configation directory to (dir); should contain mupen64plus.cfg
--datadir (dir) : search for shared data files (.ini files, languages, etc) in (dir)
--debug : launch console-based debugger (requires core lib built for debugging)
--plugindir (dir) : search for plugins in (dir)
--sshotdir (dir) : set screenshot directory to (dir)
--gfx (plugin-spec) : use gfx plugin given by (plugin-spec)
--audio (plugin-spec) : use audio plugin given by (plugin-spec)
--input (plugin-spec) : use input plugin given by (plugin-spec)
--rsp (plugin-spec) : use rsp plugin given by (plugin-spec)
--emumode (mode) : set emu mode to: 0=Pure Interpreter 1=Interpreter 2=DynaRec
--savestate (filepath) : savestate loaded at startup
--testshots (list) : take screenshots at frames given in comma-separated (list), then quit
--set (param-spec) : set a configuration variable, format: ParamSection[ParamName]=Value
--gb-rom-{1,2,3,4} : define GB cart rom to load inside transferpak {1,2,3,4}
--gb-ram-{1,2,3,4} : define GB cart ram to load inside transferpak {1,2,3,4}
--dd-ipl-rom : define 64DD IPL rom
--dd-disk : define disk to load into the disk drive
--core-compare-send : use the Core Comparison debugging feature, in data sending mode
--core-compare-recv : use the Core Comparison debugging feature, in data receiving mode
--nosaveoptions : do not save the given command-line options in configuration file
--pif (filepath) : use a binary PIF ROM (filepath) instead of HLE PIF
--verbose : print lots of information
--help : see this help message
(plugin-spec):
(pluginname) : filename (without path) of plugin to find in plugin directory
(pluginpath) : full path and filename of plugin
'dummy' : use dummy plugin
(pluginname) : filename (without path) of plugin to find in plugin directory
(pluginpath) : full path and filename of plugin
'dummy' : use dummy plugin
(cheat-spec):
'list' : show all of the available cheat codes
'all' : enable all of the available cheat codes
(codelist) : a comma-separated list of cheat code numbers to enable,
with dashes to use code variables (ex 1-2 to use cheat 1 option 2)
'list' : show all of the available cheat codes
'all' : enable all of the available cheat codes
(codelist) : a comma-separated list of cheat code numbers to enable,
with dashes to use code variables (ex 1-2 to use cheat 1 option 2)
-------------------------------------------------------------------------------
Cheats