-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I'm opening this issue more as a way to research and discuss a solution, or find something I'm missing. While developing joycond-cemuhook, I'm noticing that specifically the Right Joycon IMU registers greater values for the axis -ABS_RZ (gyro Z- on dolphin) (using it as a wiimote, it's the motion as to move the pointer to the left).
An example of this issue would be that using a Pro Controller as a pointer won't lose center too quickly, but with a Right Joycon the small readings from me just holding it still will bring the pointer mostly towards the left and a bit down.
Edit: Tested on Dolphin using IMU directly and joycond-cemuhook and both give this same behavior.
I've tried using some sort of deadzone but even then as it reads rotation values these axes' positive and negative readings mismatch by a lot.
Could it be a calibration issue? Or am I missing something?