Dolphin is a Nintendo GameCube and Wii Emulator.
Dolphin Table of Contents
Getting Started with Dolphin
How to Install Dolphin
The Basics
$HOME or ~ refer to your home directory. On a typical linux distro, the full path will be \$HOME/\$USER
. On a Steam Deck, the full path will be /home/deck
. When navigating using the file manager, the file manager may not be display the username visually in the full file path.
Directories with a .
in front of their name, like $HOME/.steam
, are hidden by default. In Dolphin (a file manager), click the hamburger menu in the top right and toggle on Show Hidden Files
. The setting may vary depending on which file manager you are using.
$HOME/Applications refers to the Applications folder in your home directory. On a typical linux distro, the full path will be \$HOME/\$USER/Applications
. On a Steam Deck, the full path will be /home/deck/Applications
. When navigating using the file manager, the file manager may not display the username visually in the full file path. The Applications folder is not created by default. If you have not created one already, do so before following the steps in this section.
There is no official packaging method for Dolphin on Linux. This section will cover how to install the Flatpak.
To download Dolphin:
- In Desktop Mode, open Konsole or a terminal of your choice
- If you have not already added the Flathub user repo, type the following and press enter:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo --user
- Type the following and press enter:
flatpak install org.DolphinEmu.dolphin-emu --user -y
- Type the following two lines, one at a time, and press enter after each line:
flatpak override org.DolphinEmu.dolphin-emu --filesystem=host --user
flatpak override org.DolphinEmu.dolphin-emu --share=network --user
If you have Discover installed, you may also use Discover to install Dolphin. Make sure you have the Flathub repo added (Step 2 in the section above).
Dolphin Tips and Tricks
How to Enable HDR
With the latest Dolphin update, HDR can now be used on Steam Deck OLEDs. Here's how to enable it.
- Switch to Desktop Mode.
- Open Konsole.
- The following command will set a sudo password. If this is your first time setting a sudo password, make sure it is secure and that you do not forget it. if you have already set a sudo password, skip to Step 4.
passwd
- Konsole will prompt you to create a password, any characters typed here will not display in the terminal. Once you have typed a password, press enter and Konsole will ask you to type it again to confirm.
- If the commands after this step request a sudo password, type the password you created here for the respective step.
- Type the following command and press enter:
flatpak install org.freedesktop.Platform.VulkanLayer.gamescope -y
- The Flatpak Gamescope will now be installed.
- In Desktop Mode, open the Dolphin emulator.
- Click the
Graphics
button - Click the
Enhancements
tab - Check
HDR Post-Processing
- Click the
Post-Processing Effect
drop-down menu and selectPerceptualHDR
orAutoHDR
depending on your preference.- See the latest Dolphin blog for more info on the difference between the two
- HDR will now be enabled in Game Mode.
How to Switch Dolphin to the Development Branch
RetroAchievements was recently added to Dolphin but can only be used in the development branch until it has been tested thoroughly for public release.
If you are interested in using the development branch to test RetroAchievements or any other Dolphin feature before it is officially released, you may do so by following the steps in this section.
Warning
Do keep in mind these builds are experimental and may have bugs. If you are using the development build and request support, make sure to include that you are using the development build. If you are using the development build and would like to use netplay, the other individual must be on the identical development build version. It is highly recommended you use the stable builds instead if you would like to use netplay.
How to Switch Dolphin to the Development Branch
- In Desktop Mode, open Konsole or a terminal of your choice
- Type the following and press enter:
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo --user
- Type the following and press enter:
flatpak install flathub-beta org.DolphinEmu.dolphin-emu --user -y
- The development version of Dolphin has now been installed. To switch to the development branch as the primary version of Dolphin, type the following and press enter:
flatpak make-current org.DolphinEmu.dolphin-emu beta --user
To switch back to the "Stable" build ("Releases" on the Dolphin website), type the following and press enter:
flatpak make-current org.DolphinEmu.dolphin-emu stable --user
If you had Dolphin installed at the system level, you will need to type the following instead:
sudo flatpak make-current org.DolphinEmu.dolphin-emu stable