Skip to content

Commit

Permalink
sdl2: Add PS5 Controller note about L2/R2 (#1142)
Browse files Browse the repository at this point in the history
Added comments and a bug report link that L2/R2 have been manually edited due to a RetroArch bug.
  • Loading branch information
davidhedlund authored Jul 18, 2024
1 parent 4fe7e2f commit a0254ec
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit a0254ec

Please sign in to comment.