Dolphin, the GameCube and Wii emulator - Forums

Full Version: Where to get r7633 for linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

DeXiZ

Due to known issue with Okami (some kind of black stripes when using OpenGL) i need an old revision of Dolphin, namely r7633 (where everything worked correctly). There are versions for MAC and Windows on dolphin-emu.org/download.html, but nothing for Linux (i use ubuntu). I could get the latest Dolphin from PPA on google code, but where to find the revision i need?
Compile it yourself Wink Here ya go -> http://code.google.com/p/dolphin-emu/wiki/Linux_Build

And this is the hash of the r7633 (3.0-79) -> http://code.google.com/p/dolphin-emu/sou...c9abb7b6de
The instructions on the project wiki will always grab the latest version. You have to make sure you checkout the hash after you've cloned the repository.

Code:
git clone https://code.google.com/p/dolphin-emu/ dolphin-emu
git checkout hash-goes-here