-
Notifications
You must be signed in to change notification settings - Fork 603
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
[Linux/MacOS] Further Wiimote changes for parity with Windows #945
Conversation
This pr fixes my second wii remote not being able to connect to Cemu using my standard Bluetooth dongle. The only remaining issue for me using Wiimote Api on Linux is that my Nintendo RVL-CNT-01-TR pointer lags. There is a noticeable delay when pointing and my remotes seem to disconnect randomly. My standard wii remote plus RVL-CNT-01, the pointer seems to work fine in Wii Party U when tested. |
I ran Cemu with Logging turned on for the input API and this is what I get: EDIT: It seems this input lag is a known issue. #636 |
Because I originally had reads set as blocking, I'm pretty sure that the second controller would only be read from when the first controller completed an actual read, whoops |
I can confirm now that this pr fixes all my issues. Thank you! :) |
No idea about the pointer, but motionplus (which is required by Wii Sports Club) doesn't work on Cemu right now
Anything to do with VPAD is related to the Wii U Gamepad, so I don't think those reads are anything to do with the motion/pointer functionality of the Wiimote |
(Edit) Changes:
Original Comment: