Open Otamay opened 9 years ago
Could you please retry with the current dev2 branch? I've rearranged a lot and it should be now easier for you to read the controller.
Version 1.2 is ready. Feel free to adapt the changes here: #9
I want to note, that I've implemented wheel support on this branch, but it is just a blind guess: https://github.com/NicoHood/Nintendo/tree/wheel https://github.com/NicoHood/Nintendo/compare/wheel
Changes for adding support for Gamecube Steering Wheel. Force-feedback not implemented yet (it works by manipulating the second and third commands from the read function, see here: https://forums.dolphin-emu.org/Thread-anybody-own-a-logitech-speed-force-racing-wheel-for-gamecube?pid=232321#pid232321 for details).
There would be a better way for accessing device ID from read function without adding extra "status" parameter, but it works.