For the moment there is no official DolphiniOS IPA available for download, and no 3rd part App Store offers the emulator to download. Download checkra1n for Mac OS. Open the dmg package. Move the app to the Application folder. Open the checkra1n app. Connect your iPhone to PC or Mac using USB cable. Welp, so I 'upgraded' to macOS High Sierra yesterday and I'm really starting to regret it already. My Dolphin used to run most Wii games at a constant 30FPS and GC games at full 60FPS without any kind of lag, but ever since the upgrade my Wii games run at 10FPS and GC games at anywhere between 20 and 40 FPS.
macOS Yosemite (10.10) or newer is required to build Dolphin.
You will need to install 'Command Line Tools for Xcode'. Installing Xcode itself is optional if you have installed the Command Line Tools.
Install Qt5 from the qt.io website
The offline installer can be found here. https://www.qt.io/offline-installers
When it comes to selecting components to install, select the Qt prebuilt components for MacOS.
export Qt5_DIR=<path to Qt5Config>
To checkout Dolphin's source:
To build with CMake (optionally verbose): Download and install CMake if you don't have it.
Then:
The -j
option can be passed to make
Hello flinto. in order to compile multiple objects at once.A good rule of thumb is number of CPU cores plus one. For example, on a quad core CPU make -j5
would be a good choice.
You can execute cmake -L
to view the options that Dolphin's CMake environment supports, as well as their current and possible settings.
If you have any problems compiling, use the verbose option (make VERBOSE=1
) to give more detail. If you report a problem, at a minimum include the last screen-full of lines.
Ninja is a replacement for Make which is a bit faster for a Dolphin-sized project and is worth considering if you intend to rebuild frequently.
After installing it, pass -G Ninja
to CMake and use 'ninja' instead of 'make' (note that ninja is -j
by default).
Relytec keylogger keygen for mac. By default, Clang won't show color diagnostics when not invoked from a TTY, and Ninja buffers compiler output through a pipe to avoid interleaving issues.To fix this, pass to CMake:
All you need to do to update to the latest Dolphin revision is the following: