-
Notifications
You must be signed in to change notification settings - Fork 370
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
linuxraw: Update Sony Interactive Entertainment Wireless Controller #1172
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See libretro/RetroArch#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_device_display_name = "Sony DualShock 4 (v1 and v2) Controller"
# Touchpad is unbound in this autoconf, but has an ID of 11
input_menu_toggle_btn = "10"
cannot be used: # Touchpad is unbound in this autoconf, but has an ID of 11
revert addition of input_device_display_name = "Sony DualShock 4 (v1 and v2) Controller" I need to compare the Device Index for this controller with different Linux kernel versions.
input_device_display_name = "Sony DualShock 4 Controller (v2)"
Sony DualShock 4 v2 Controller
davidhedlund
changed the title
linuxraw: Update Sony Interactive Entertainment Wireless Controller.cfg
[READY] linuxraw: Update Sony Interactive Entertainment Wireless Controller.cfg
Aug 17, 2024
input_l2_axis_label = "L2 Analog" input_r2_axis_label = "R2 Analog"
# This file has not been evaluated. The linuxraw autoconfig files cannot be assessed in Remote RetroPad or in games until this issue is resolved: [IMPORTANT] linuxraw: Mapping variables are ineffective - https://github.com/libretro/RetroArch/issues/16856[1].
# The files "Sony Interactive Entertainment Wireless Controller.cfg" and "Wireless Controller.cfg" should have identical content except for the input_device variable until they can be merged when this issue has been solved: [IMPORTANT feature request]: Support multiple input_device names for controller compatibility across Linux kernels - libretro/RetroArch#16907
input_device_display_name = "Sony DualShock 4 v2 Controller (USB)"
removed generic comment
Removed the final comments L2/R2 has not been verified in Remote RetroPad yet due to issue libretro/RetroArch#16856
davidhedlund
changed the title
[READY] linuxraw: Update Sony Interactive Entertainment Wireless Controller.cfg
[READY] linuxraw: Update Aug 26, 2024
Sony Interactive Entertainment Wireless Controller.cfg
and create a Wireless Controller.cfg
copy
davidhedlund
changed the title
[READY] linuxraw: Update
[READY] linuxraw: Update Aug 26, 2024
Sony Interactive Entertainment Wireless Controller.cfg
and create a Wireless Controller.cfg
copySony Interactive Entertainment Wireless Controller.cfg
. And create a Wireless Controller.cfg
copy
input_l2_axis_label = "L2 Trigger" input_r2_axis_label = "R2 Trigger"
input_l2_axis_label = "L2" input_r2_axis_label = "R2" Will verify all linuwraw autoconfig files for analog L2/R2
Analog L2/R2 not evaluated
Analog L2/R2 added after analog indication in Remote RetroPad
Analog L2/R2 added after analog indication in Remote RetroPad
Merged to Sony Interactive Entertainment Wireless Controller.cfg See libretro/RetroArch#16990
davidhedlund
changed the title
[READY] linuxraw: Update
[READY] linuxraw: Update Sep 12, 2024
Sony Interactive Entertainment Wireless Controller.cfg
. And create a Wireless Controller.cfg
copySony Interactive Entertainment Wireless Controller.cfg
…cfg to Sony DualShock 4 Controller.cfg
RobLoach
changed the title
[READY] linuxraw: Update
linuxraw: Update Sony Interactive Entertainment Wireless Controller
Sep 28, 2024
Sony Interactive Entertainment Wireless Controller.cfg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
input_menu_toggle_btn
input_device_display_name = "Sony DualShock 4 (v1 and v2) Controller"
-- this describes that it works for both controllers that normally needs separate autoconfig files due to different input_product_id