Dolphin, the GameCube and Wii emulator - Forums
Help with the wiispeak branch - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion)
+--- Thread: Help with the wiispeak branch (/Thread-help-with-the-wiispeak-branch)



Help with the wiispeak branch - BlakCake - 08-25-2015

Hi, I've been lurking on this forum for a while now and finally decided to make an account. I would love if someone is able to merge wiispeak with the latest 5.0.
I want to test it but I don't want to lose support for Just Dance (It only works on wiispeak). So if someone could do that or teach me how to do it myself I would be very grateful.

Thanks.

Btw, why hasn't wiispeak implemented on the main branch? It makes the most recent Just Dance games work and I play them everyday.


RE: Help with the wiispeak branch - degasus - 08-25-2015

git remote add degasus https://github.com/degasus/dolphin.git
git fetch degasus
git checkout degasus/wiispeak
git rebase master # good luck, but do-able


RE: Help with the wiispeak branch - Tino - 08-26-2015

@BlakCake: the code to add wiispeak dummy support to allow just dance to be playable is already merged on ishiiruka, if you are interested in merge it to master i can give you the modified files so you can compile a compatible master version.