Dolphin RNO is an emulator for running GameCube and Wii games on Windows and Linux
This emulator bundled a modified version of Dolphin
(note: ROMs will need to be downloaded separately)
Windows:
- Clone the Git Repo
- Open Source/dolphin-emu.sln in Visual Studio 2017
- Set Build Path to Release -> x64
- Build
Linux:
- Open Terminal
- run
git clone https://github.com/Retro-Nintendo-Online/dolphin-rno.git
- run
cd dolphin-rno
- run
mkdir build
- run
cd build
- run
cmake .. -DLINUX_LOCAL_DEV=true
- run
make
- run
cp -r ../Data/Sys/ Binaries/
- run
cp -r ../Data/User/ Binaries/
- run
cp -r ../Data/qt-dark/ Binaries/
- run
cp -r ../Data/Dolphin.png/ Binaries/
- run
touch Binaries/portable.txt
Binary is Located at build/Binaries/dolphin-emu
macOS:
-
Install Xcode Command Line Tools if you havent
-
Open a Terminal
-
run
brew install cmake
-
run
brew install qt5
-
run
brew install ninja
-
run
brew install pkgconfig
-
Clone the Git Repo
-
run
mkdir -p build
-
run
cd build
-
run
cmake .. -DCMAKE_PREFIX_PATH=~/Qt/5.12.1/clang_64/ -G Ninja -DCMAKE_CXX_FLAGS="-Xclang -fcolor-diagnostics" -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)
-
run
ninja
-
Clone the Git Repo
Windows: Version updating is changed inside of the make-scmrev.js file at Line 94
Linux / macOS? : Version updating is changed inside of the CMakeLists.txt file at Line 159
Dolphin RNO is licensed under the GNU General Public License v2.0