Help:Contents: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:


=== Usage ===
=== Usage ===
*[[Command Line Options]]
*[[Netplay Guide]]
*[[Netplay Guide]]
*[http://dolphin-emu.org/docs/faq/ FAQ]
*[http://dolphin-emu.org/docs/faq/ FAQ]
=== Command Line Options ===
Dolphin includes a variety of command line options that may be useful for scripts, development, or debugging. Basic help and usage for them can be shown by running "Dolphin --help". The options are as follows:
{|
|<pre>
-h, --help                                    Show this help message
-d, --debugger                                Opens the debugger
-l, --logger                                  Opens the logger
-e, --exec=<str>                              Loads a specific game file (ELF, DOL, GCM, ISO, WBFS, CISO, GCZ, WAD)
-b, --batch                                  Exit Dolphin with emulator
-c, --confirm                                Set "Confirm on Stop".
-v, --video_backend=<str>                    Specifies a video backend to use, D3D or OGL.
-a, --audio_emulation=<str>                  Specified the type of audio to use, HLE or LLE.
-m, --movie=<str>                            Plays a movie file
-u, --user=<str>                              Specifies a path to the user directory
-C, --config=<System>.<Section>.<Key>=<Value> Set a configuration option.</pre>
|}


== Dolphin Wiki ==
== Dolphin Wiki ==

Revision as of 02:28, 7 February 2018

Dolphin Emulator

If you need help about a specific game, just go to that game page and look there. If you need additional help, ask on the forums, where our friendly forum members will happily work with you to help solve your problem.

Installation

Setup

Peripheral Setup

Usage

Command Line Options

Dolphin includes a variety of command line options that may be useful for scripts, development, or debugging. Basic help and usage for them can be shown by running "Dolphin --help". The options are as follows:

-h, --help                                    Show this help message
-d, --debugger                                Opens the debugger
-l, --logger                                  Opens the logger
-e, --exec=<str>                              Loads a specific game file (ELF, DOL, GCM, ISO, WBFS, CISO, GCZ, WAD)
-b, --batch                                   Exit Dolphin with emulator
-c, --confirm                                 Set "Confirm on Stop".
-v, --video_backend=<str>                     Specifies a video backend to use, D3D or OGL.
-a, --audio_emulation=<str>                   Specified the type of audio to use, HLE or LLE.
-m, --movie=<str>                             Plays a movie file
-u, --user=<str>                              Specifies a path to the user directory
-C, --config=<System>.<Section>.<Key>=<Value> Set a configuration option.

Dolphin Wiki

Dolphin Development/Testing