Dolphin (Beta )(Source)
Dolphin (Beta )(Source)
Dolphin (Beta )(Source)
File Size:
13.11 MB
Version:
5.0-19368
Date:
23 May 2023
Downloads:
153 x
Dolphin is an emulator for two recent Nintendo video game consoles: the GameCube and the Wii. It allows PC gamers to enjoy games for these two consoles in full HD (1080p) with several enhancements: compatibility with all PC controllers, turbo speed, networked multiplayer, and even more!
Notes
Linux Global Build Steps:
To install to your system.
mkdir build
cd build
cmake ..
make
sudo make install
Linux Local Build Steps:
Useful for development as root access is not required.
mkdir Build
cd Build
cmake .. -DLINUX_LOCAL_DEV=true
make
ln -s ../../Data/Sys Binaries/
Linux Portable Build Steps:
Can be stored on external storage and used on different Linux systems. Or useful for having multiple distinct Dolphin setups for testing/development/TAS.
mkdir Build
cd Build
cmake .. -DLINUX_LOCAL_DEV=true
make
cp -r ../Data/Sys/ Binaries/
touch Binaries/portable.txt
Powered by Phoca Download