Help:Contents: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 9: Line 9:
*[[Audio Emulation]]
*[[Audio Emulation]]
*[[Configuration Guide]]
*[[Configuration Guide]]
*[[Controlling the Global User Directory]]
*[[Dolphin Profile]]
*[[GameINI]]
*[[GameINI]]
*[[NAND Usage Guide]]
*[[NAND Usage Guide]]
Line 27: Line 27:
*[http://dolphin-emu.org/docs/faq/ FAQ]
*[http://dolphin-emu.org/docs/faq/ FAQ]


=== Command Line Options ===
==== 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:
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:


Line 44: Line 44:
-C, --config=<System>.<Section>.<Key>=<Value> Set a configuration option.</pre>
-C, --config=<System>.<Section>.<Key>=<Value> Set a configuration option.</pre>
|}
|}
==== Custom Shortcut ====
:''See also [[Controlling the Global User Directory|how to control the user directory on Windows PC]].''
A shortcut can be customized to tell a specific build to use a specific user directory. The -u overrides the portable.txt file. First create a shortcut to the executable of the Dolphin build desired, then open the shortcut's properties and edit the target field. After the path to dolphin, add an argument <var>-u</var> (case sensitive) then add the desired destination for the <var>\User\</var> folder. The following example points to default user directory on Windows PC, change as desired: <pre>Dolphin.exe -u "%userprofile%\Documents\Dolphin Emulator\"</pre>
==== Portable.txt ====
Dolphin will check if that file exists in the same directory, then it will not use the default user directory; instead, it will create a <var>\User\</var> folder in the same directory as the executable.


== Dolphin Wiki ==
== Dolphin Wiki ==
6,576

edits