-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Wii Motion Plus Inside Expansions #181
Comments
the problem here, sadly, this and possibly #166 could be resolved if we update our wiiuse branch to the one upstream but it diviated so so long ago, before the upstream wiibrew repository existed and its hell to update and merge because i have no idea what is just old code changed over time, or wii related fixes to make it work on the wii. i tried it, but didn't have time to continue this work ( https://github.com/DacoTaco/wiiuse/tree/wii ) :/ |
That´s a shame, also thx for answering, is there something I could possible help with? I´ve been coding in C before, so if I could help I don´t mind I also gets benefits from it |
the current job is to migrate the current wiiuse back to libogc, and then we need to look at all the differences and see which one should be thrown out or upstreamed back to wiiuse. |
I see, If u want we could talk in discord my acc is . I really would like to help this project and I´m also interested about how everything related to the library works |
I have 2 motion plus inside controllers, one a friend gift me and one that I bought, I can get access to all stats in the WPADData but everything related to the expansions doesnt work properly, I have to switch to my regular Wiimote without the motion plus inside and it does work, I checked this issue hoping I manage to make it work, but it doesn´t, yeah I do get the accel,orient and even the gforce but as soon as I try with the expansion (in this case nunchuk) it doesnt work until I switch between the motion plus inside to regular wiimote
Yeah I kept the
WPAD_SetMotionPlus(-1, 1)
and still doesnt workI kept everything except this part in second while
if(err == WPAD_ERR_NONE)
which looks like thisI see that u guys uses wiiuse and in their repo they say that they support last gen wiimotes, so thats why im asking if is possible to get some work around the expansion cuz everything else works just fine
The text was updated successfully, but these errors were encountered: