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

Gamepad/Wii Classic Controller analog sticks couldn't reach full presses #63

Open
cucholix opened this issue Oct 3, 2017 · 6 comments

Comments

@cucholix
Copy link

cucholix commented Oct 3, 2017

The calibration fot the Gamepad sticks seems to be off, you can't reach full presses, for example in games like Parasite Eve if you enable analog stick the character will run without need to hold a button, it works perfect with Wii U Pro Controller however with Gamepad or Wii Classic Controller the character won't run.

Just tested beta 2.3 to report this issue.

@Mystro256
Copy link
Owner

does this issue also exist with 2.2? or wiisx 2.1?

@cucholix
Copy link
Author

cucholix commented Oct 3, 2017

Yes
2.2 doesn't have Gamepad support so only could test Wii Classic Controller, and the problem was still present, Wii U Pro Controller works fine.

2.1 doesn't have Gamepad nor Wii U Pro Controller support, the problem still present with Wii Classic Controller.

@Mystro256
Copy link
Owner

Understood, thank you for your feedback, I'll take a look into it

@Mystro256
Copy link
Owner

@FIX94 Can you take a look at the WiiDRC code again? I think there may have been a typo somewhere. I took a look, but I'm not as familiar with what the expected raw values are coming in.

@FIX94
Copy link
Contributor

FIX94 commented Oct 4, 2017

the raw values on the gamepad should be between -75 and 75 so it should get multipled up enough to reach a full analog value, I use the same settings in nintendont and it works just fine...

@FIX94
Copy link
Contributor

FIX94 commented Oct 4, 2017

something to point out looking at this a bit more, an actual dualshock seems to be overscaling really hard:
libretro/beetle-psx-libretro#40 (comment)
so you may want to add an option to scale the analog sticks up a bunch for games that require it being overscaled this hard.

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

3 participants