diff --git a/Limelight/Input/ControllerSupport.m b/Limelight/Input/ControllerSupport.m index eb85898..94ab9f0 100644 --- a/Limelight/Input/ControllerSupport.m +++ b/Limelight/Input/ControllerSupport.m @@ -155,8 +155,8 @@ static const double MOUSE_SPEED_DIVISOR = 1.25; LiSendControllerMotionEvent((uint8_t)controllerNumber, LI_MOTION_TYPE_GYRO, gyroSample.x * 57.2957795f, - gyroSample.y * 57.2957795f, - gyroSample.z * 57.2957795f); + gyroSample.z * 57.2957795f, + gyroSample.y * -57.2957795f); }]; }); }