-
Notifications
You must be signed in to change notification settings - Fork 459
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
[Feature Request] Gyroscope calbration #307
Comments
Bump, have some extreme drift on my Dualsense, adjusting deadzone isnt enough to allow me to use the full range of it. |
I would love to see this as well. I have to set my Nintendo Pro controller as to a deadzone of 2, and my 3rd party controller has to be set to 7. Also, adding the option to invert each axis (independently) would solve an issue I've been having with my Nintendo Pro controller for a bout a year now. |
if someone point me clear and complete instructions to configure dev environment on macos (I haven't coded in C for a long time and I'm too lazy to do a thousand tests to make a build without errors.), i can inplement that and do a pull request. |
This is a C# project, no CMake or make nonsense. Compiling instructions can be found here |
Overview
I use a real switch pro controller on mac and I have no way to calibrate the gyroscope under ryujinx.
I have a constant drift which can be canceled by adjusting the deadzone without the aiming precision becoming unusable. Compensation for the gyro offsets will do. The addition of a calibration button to calculate offsets by averaging will controller is still would be really welcome.
Smaller details
Some lib contain code to do this (for ex: https://github.com/JibbSmart/GamepadMotionHelpers)
It's better to not force a autocalibration.
Nature of request
It's a feature request.
Why would this feature be useful?
It would be userful because it will permit to really use gyroscope of real switch pro controller in a lot of games.
The text was updated successfully, but these errors were encountered: