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

Fix "Up" and "Left" directional input for both Analog sticks for GC Adapter on Retroarch WiiU #15874

Merged
merged 2 commits into from
Nov 5, 2023

Conversation

ChronoAndross
Copy link
Contributor

@ChronoAndross ChronoAndross commented Nov 5, 2023

Description

This PR should only change how we propagate the control stick controls for the gamecube controller via a gamecube adapter for the Wii U. Before this change the control stick was unusable because only right and down worked. This change removed clamping for the gamecube controller, which allows left and up to work correctly.

We allow this by calling gamepad_get_axis_value_raw with false instead of gamepad_get_axis_value. gamepad_get_axis_value actually clamps the control stick values so I don't think we want this.

This code was tested by Ninjiteu (the one who filed this bug) and it works perfectly based on his testing.

Related Issues

#15776

Related Issues

@gblues

@LibretroAdmin LibretroAdmin merged commit c9de6e5 into libretro:master Nov 5, 2023
22 checks passed
Sunderland93 pushed a commit to Sunderland93/RetroArch that referenced this pull request Dec 26, 2024
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

Successfully merging this pull request may close these issues.

2 participants