Console (command-line) front-end user interface for Mupen64Plus v2.0 project
Find a file
2013-06-01 08:19:46 -07:00
doc Minor formatting improvements. 2012-12-24 02:51:36 -07:00
projects update msvc11 solution file to use the moved glide64mk2 project files in 'msvc11' 2013-06-01 08:19:46 -07:00
src fixed compiler warnings 2013-03-09 21:30:06 -08:00
.hgignore Ignore generated files in hg-status 2011-08-29 14:30:47 +02:00
INSTALL changed manual file from section 1 to section 6, added the manual page to the install/uninstall targets in the makefile 2009-12-13 23:54:09 -05:00
LICENSES added LICENSES file 2009-12-12 23:19:37 -05:00
README updating README, RELEASE, and version info for v1.99.5 tag 2012-03-10 09:56:09 -08:00
RELEASE updating README, RELEASE, and version info for v1.99.5 tag 2012-03-10 09:56:09 -08:00

Mupen64Plus-UI-Console README
-----------------------------

README Sections
  1. Command-line options

1. Command-line options
------------------------

Run 'mupen64plus --help' for a complete list of command-line options:

 $ mupen64plus --help
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.conf
    --datadir (dir)       : search for shared data files (.ini files, languages, etc) in (dir)
    --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
    --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

(plugin-spec):
    (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)