(10-17-2016, 08:52 PM)degasus Wrote: This is for compiling from source. Which commit/patch/... you want to build, I'd also suggest to read a git tutorial, as dolphin manages its source with git: https://github.com/dolphin-emu/dolphin/commits/master
Hint: "cherry-pick" is a tool within git which allows to you pick a random patch (eg the wiimote UI stuff) and add it to your local source.
But here, you likely need the opposite way. "revert" is a git tool which allows you to remove a patch from your source (eg the disabled GL ES3.1 usage: 6219c39cf599115736bf482a68b8ba4e80788305)
i try to use revert but it says no changes detected
