Skip to content
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

Joystick Calibration / Use With MupeN64 #46

Open
Sanzarote opened this issue May 26, 2020 · 2 comments
Open

Joystick Calibration / Use With MupeN64 #46

Sanzarote opened this issue May 26, 2020 · 2 comments

Comments

@Sanzarote
Copy link

I'm not very knowledgeable, so this may be a stupid question.
I have m64p (aur) which I use to play Zelda, my GC controller works fine with it thanks to this adapter, apart from the fact that whenever I walk in any direction which doesn't use the notches on the joystick it doesn't seem to register as if I'm fully pushing the joystick in that direction, so I walk really slowly.
Is there any way to calibrate it or something to let the analogue stick inputs register correctly? this may be a problem with the emulator, as I haven't tested it with any others yet, but I doubt it.
Thanks in advance

@Sanzarote Sanzarote changed the title Use with MupeN64 Joystick Calibration / Use With MupeN64 May 26, 2020
@Dev2ZooF
Copy link

Hi Sanzarote,

I just had the same problem today.
Link didn't want to go upward at full speed...

I just modified this value (line 164 of wii-u-gc-adapter.c) :
uinput_dev.absmin[ABS_Y] = 20;
to :
uinput_dev.absmin[ABS_Y] = 80;

Then it was okay for me.

Hope it helps.

@Dev2ZooF
Copy link

Dev2ZooF commented Jul 4, 2022

I didn't remember I wrote this but that was helpful for me today.

There is 2 differences between then and now, though :

  • uinput_dev.absmin[ABS_Y] seems to be at line 169 of wii-u-gc-adapter.c now
  • I setted it to 60 instead of 80, seems to work better on my current setup

Hope it helps someone, even if it's me again in ~2 years

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants