[MERGED] linuxraw: Create Wireless Controller.cfg#1175
Closed
davidhedlund wants to merge 13 commits intolibretro:masterfrom
davidhedlund:patch-54
Closed
[MERGED] linuxraw: Create Wireless Controller.cfg#1175davidhedlund wants to merge 13 commits intolibretro:masterfrom davidhedlund:patch-54
davidhedlund wants to merge 13 commits intolibretro:masterfrom
davidhedlund:patch-54
Conversation
# The files "Sony Interactive Entertainment Wireless Controller.cfg" and "Wireless Controller.cfg" should have identical content except for the input_device variable. This difference allows thelinuxraw driver to recognize the controller on various Linux kernel versions.
Sony DualShock 4 v2 Controller
RobLoach
reviewed
Aug 15, 2024
| input_driver = "linuxraw" | ||
| # The files "Sony Interactive Entertainment Wireless Controller.cfg" and "Wireless Controller.cfg" should have identical content except for the input_device variable. This difference allows thelinuxraw driver to recognize the controller on various Linux kernel versions. | ||
| input_device = "Wireless Controller" | ||
| input_device_display_name = "Sony DualShock 4 v2 Controller" |
Member
There was a problem hiding this comment.
Are you able to get the input_vendor_id and input_product_id?
Contributor
Author
There was a problem hiding this comment.
The linuxraw driver does not utilize the Vendor ID and Product ID. This is thoroughly explained in the documentation available at https://docs.libretro.com/guides/controller-autoconfiguration/.
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].
input_device_display_name = "Sony DualShock 4 v2 Controller (BlueTooth)"
removed generic commen
Removed the final comments
Contributor
Author
Contributor
Author
|
I've merged all my PRs to simply the reviews for you. |
This file contains hidden or 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
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.
No description provided.