You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Wii MotionPlus being a expansion, which is a union in libogc code It cant be used if any other expansion such as nunchucks to be used with MotionPlus even if part of the hardware.
The text was updated successfully, but these errors were encountered:
Only blocks extra expansions when motion plus is enabled (aka after a WPAD_SetMotionPlus(x, 1) )
To implement them we will probably need to update wiiuse
Even wiiuse doesn't seem to have all expansion pass-through implemented, but it doesn't look to be too hard : https://github.com/wiiuse/wiiuse/blob/master/src/motion_plus.c#L278
can't test it on the wii though, since wiiuse & libogc's wiiuse have deviated a shit ton (sadly)
With Wii MotionPlus being a expansion, which is a union in libogc code It cant be used if any other expansion such as nunchucks to be used with MotionPlus even if part of the hardware.
The text was updated successfully, but these errors were encountered: