Skip to content

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.

License

Notifications You must be signed in to change notification settings

Retro-Nintendo-Online/dolphin-rno

 
 

Repository files navigation

Dolphin RNO

Dolphin RNO is an emulator for running GameCube and Wii games on Windows and Linux

Info

This emulator bundled a modified version of Dolphin

Installation

(note: ROMs will need to be downloaded separately)

Compiling

Windows:

  1. Clone the Git Repo
  2. Open Source/dolphin-emu.sln in Visual Studio 2017
  3. Set Build Path to Release -> x64
  4. Build

Linux:

  1. Open Terminal
  2. run git clone https://github.com/Retro-Nintendo-Online/dolphin-rno.git
  3. run cd dolphin-rno
  4. run mkdir build
  5. run cd build
  6. run cmake .. -DLINUX_LOCAL_DEV=true
  7. run make
  8. run cp -r ../Data/Sys/ Binaries/
  9. run cp -r ../Data/User/ Binaries/
  10. run cp -r ../Data/qt-dark/ Binaries/
  11. run cp -r ../Data/Dolphin.png/ Binaries/
  12. run touch Binaries/portable.txt Binary is Located at build/Binaries/dolphin-emu

macOS:

  1. Install Xcode Command Line Tools if you havent

  2. Open a Terminal

  3. run brew install cmake

  4. run brew install qt5

  5. run brew install ninja

  6. run brew install pkgconfig

  7. Clone the Git Repo

  8. run mkdir -p build

  9. run cd build

  10. 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)

  11. run ninja

  12. Clone the Git Repo

Setting Version

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

License

Dolphin RNO is licensed under the GNU General Public License v2.0

About

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 54.1%
  • C 41.0%
  • Java 1.2%
  • Shell 0.8%
  • Objective-C 0.7%
  • CMake 0.7%
  • Other 1.5%