Controlling the Global User Directory: Difference between revisions

Jump to navigation Jump to search
→‎Windows: a bit late, but updated the guide to reflect the new default folder on Windows
(→‎Windows: a bit late, but updated the guide to reflect the new default folder on Windows)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


== Windows ==
== Windows ==
Versions of Dolphin before {{revision|3.5-2381}} always used a local user directory, stored in the same folder as Dolphin.exe and named User. In {{revision|3.5-2381}}, the global user directory system was introduced on Windows. By default, the user directory is now a folder in Documents named Dolphin Emulator, but it's possible to configure Dolphin to use the old local user directory or a custom location.
Dolphin {{revision|3.5-2368}} and earlier always used a local user directory, stored in the same folder as <tt>Dolphin.exe</tt> and named <tt>User</tt>. Starting with {{revision|3.5-2381}}, the global user directory system was introduced on Windows and the default user directory changed to a subfolder inside the <tt>Documents</tt> folder, named <tt>Dolphin Emulator</tt>.
 
The default folder changed again on {{revision|5.0-18242}}, which now defaults to <tt>%AppData%\Dolphin Emulator</tt>, however, for backwards compatibility, the previous location will remain in use if it exists when launching Dolphin {{revision|5.0-18242}} or newer for the first time. Additionally, it's possible to configure Dolphin to still use a local user directory or another custom location, as explained below.


=== Disable the Global User Directory for a Specific Build with "portable.txt" ===
=== Disable the Global User Directory for a Specific Build with "portable.txt" ===
Line 45: Line 47:


Dolphin will use the regular user directory path again the next time you launch Dolphin, unless you use <tt>-u</tt> again.
Dolphin will use the regular user directory path again the next time you launch Dolphin, unless you use <tt>-u</tt> again.
=== Environment Variable ===
If you set the <tt>DOLPHIN_EMU_USERPATH</tt> environment variable, Dolphin will use its value as the path to the user directory.


== macOS ==
== macOS ==
Line 56: Line 62:


Dolphin will use the regular user directory path again the next time you launch Dolphin, unless you use <tt>-u</tt> again.
Dolphin will use the regular user directory path again the next time you launch Dolphin, unless you use <tt>-u</tt> again.
=== Environment Variable ===
If you set the <tt>DOLPHIN_EMU_USERPATH</tt> environment variable, Dolphin will use its value as the path to the user directory.


== Android ==
== Android ==

Navigation menu