Skip to content

Conversation

@lVentus
Copy link

@lVentus lVentus commented Nov 29, 2025

This fixes a regression introduced in v3.6.0 where pressing a DualSense Edge right paddle and function button triggers both left and right inputs.

Cause: The JS_TYPE_DS case falls through to JS_TYPE_DS4 and maps the same SDL paddle buttons twice after the SDL mapping refactor.

Fix: Add a break after JS_TYPE_DS to prevent duplicate paddle mappings.

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.

1 participant