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

sdl2: Add PS5 Controller note for L2/R2 #1142

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sdl2/PS5 Controller.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ input_a_btn = "1"
input_x_btn = "3"
input_l_btn = "9"
input_r_btn = "10"
# Note 2024-07-08 :
# See https://github.com/libretro/RetroArch/issues/6920
# RetroArch's in-app feature to create autoconfig files is flawed and will attempt to create the 2 lines :
# input_l2_btn = "6"
# input_r2_btn = "7"
# Those 2 lines are a downgrade from the 2 following lines which additionally allow l2/r2 to be polled as analog axes :
input_l2_axis = "+4"
input_r2_axis = "+5"
input_l3_btn = "7"
Expand Down
Loading