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

[invalid] linuxraw + PS4 controller: Remote RetroPad does not indicate analog triggers #16850

Closed
davidhedlund opened this issue Aug 6, 2024 · 1 comment

Comments

@davidhedlund
Copy link
Contributor

davidhedlund commented Aug 6, 2024

Description

The DualSense (PS5) autoconfig file works as expected with linuxraw, but not the PS4 controller.

Only the linuxraw controlle ddriver is affected.

No problem with:

  • udev
  • sdl2 (note: currently sdl2 does not work with the appimage at this writing, but that is not related to this issue. However, sdl2 is working fine with Flatpak).

Expected behavior

Analog indication should be visible.

image

Actual behavior

Appimage (failed)

Digital indication

image

Flatpak (failed)

No indication at all

image

Steps to reproduce the bug

Download the linuxraw autoconfig file for the PS4 controller:

Version/Commit

  • RetroArch: 1.19.1 Appimage, 1.19.1 Flatpak

Environment information

  • OS: Trisquel 11 GNU/Linux
@davidhedlund
Copy link
Contributor Author

For some reason, I used "_btn" instead of "_axis". The issue was solved by editing the autoconfig file:

Replace

input_l2_axis = "+2"
input_r2_axis = "+5"

with

input_l2_btn = "+2"
input_r2_btn = "+5"

@davidhedlund davidhedlund changed the title linuxraw + PS4 controller: Remote RetroPad does not indicate analog triggers [invalid] linuxraw + PS4 controller: Remote RetroPad does not indicate analog triggers Aug 6, 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

No branches or pull requests

1 participant