Skip to content

input: always check if accel/gyro is supported and return that info t… - #19363

Merged
LibretroAdmin merged 1 commit into
libretro:masterfrom
webosbrew:accel-fix
Aug 7, 2026
Merged

input: always check if accel/gyro is supported and return that info t…#19363
LibretroAdmin merged 1 commit into
libretro:masterfrom
webosbrew:accel-fix

Conversation

@cscd98

@cscd98 cscd98 commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

…o core

Guidelines

  1. Rebase before opening a pull request
  2. If you are sending several unrelated fixes or features, use a branch and a separate pull request for each
  3. If possible try squashing everything in a single commit. This is particularly beneficial in the case of feature merges since it allows easy bisecting when a problem arises
  4. RetroArch codebase follows C89 coding rules for portability across many old platforms check using C89_BUILD=1

Description

Dolphin checks to see if controller does not support motion controls, dolphin still thinks even a Microsoft Xbox controller does because RA is telling it so!

This breaks standard controller input in dolphin, for example, steering with a controller in Mario Kart.

Motion controls works as normal.

Related Issues

Related Pull Requests

Reviewers

@LibretroAdmin
LibretroAdmin merged commit e96196f into libretro:master Aug 7, 2026
55 checks passed
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