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

SDL: Fix PS5 Controller Product ID #1115

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Conversation

davidhedlund
Copy link
Contributor

@davidhedlund davidhedlund commented Feb 29, 2024

replaced
input_product_id = "1476"

with
input_product_id = "3302"

Reference:

  • RetroArch Flatpak uses SDL2 by default and generated "input_product_id = "3302"" via "Settings -> Input -> Port 1 Binds -> Save Controller Profile"
  • input_product_id = "1476" is the product ID for PS4 Controller.cfg.

replaced
input_product_id = "1476"

with
input_product_id = "3302"

Reference: RetroArch Flatpak uses SDL2 by default and generated "input_product_id = "3302"" via "Settings -> Input -> Port 1 Binds -> Save Controller Profile"
@RobLoach RobLoach changed the title Update PS5 Controller.cfg sdl: Fix PS5 Controller Product ID Mar 1, 2024
@RobLoach RobLoach merged commit 68f516f into libretro:master Mar 1, 2024
1 check passed
@RobLoach
Copy link
Member

RobLoach commented Mar 1, 2024

Thanks

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