Mystro256 / wiisxr

Fork of wiisx, a gamecube/wii/wii U psx emulator
109 stars 29 forks source link

(REQUEST) WiiU Gamepad Support . #57

Closed Ploggy closed 7 years ago

Ploggy commented 7 years ago

Hi there. Recently it has become possible to utilise the WiiU Gamepad in Wii Homebrew/Emulators Via WiiVC. So would it be possible to add Fix94's new Controller patch to WiiSXr?

This would allow us to play WiiSXr on the WiiU Gamepad WITH the Gamepad controls too. :)

https://github.com/FIX94/libwiidrc

This is only usable with a sepcial patched fw.img and homebrew injected into a wiiu vc title, details on the patches are below. The usage is quite simple, call WiiDRC_Init on boot and after that call WiiDRC_ScanPads every time you update your pad inputs. See the "demo" folder for an example on how to use it in a bit more detail. Both compiled Library and Demo can be grabbed from the Releases tab.

Thanks..

Ploggy commented 7 years ago

Thank you fix94.