-
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
[READY] sdl2: Update and rename Nintendo Switch Pro Controller (old).cfg
to Nintendo Switch Pro Controller (non-HID) (default-off).cfg
#1160
Open
davidhedlund
wants to merge
16
commits into
libretro:master
Choose a base branch
from
davidhedlund:patch-42
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
…troller (default-off).cfg
davidhedlund
changed the title
Update and rename Nintendo Switch Pro Controller (old).cfg to Pro Controller (default-off).cfg
Update and rename sdl2/Nintendo Switch Pro Controller (old).cfg to Pro Controller (default-off).cfg
Aug 1, 2024
davidhedlund
changed the title
Update and rename sdl2/Nintendo Switch Pro Controller (old).cfg to Pro Controller (default-off).cfg
sdl2: Update and rename Nintendo Switch Pro Controller (old).cfg to Pro Controller (default-off).cfg
Aug 1, 2024
davidhedlund
changed the title
sdl2: Update and rename Nintendo Switch Pro Controller (old).cfg to Pro Controller (default-off).cfg
sdl2: Update and rename Aug 1, 2024
Nintendo Switch Pro Controller (old).cfg
to Pro Controller (default-off).cfg
# input_r_x_plus_axis is manually set here since RetroArch can't auto-detect it in Linux 5.15, but manual adjustments make it functional.
# This autoconfig file was generated using RetroArch via the Flathub package. # Please refrain from updating it with an autoconfig created by the AppImage: The SDL2 controller driver utilizes UDEV rather than SDL2 - hizzlekizzle/RetroArch-AppImage#12
davidhedlund
changed the title
sdl2: Update and rename
sdl2: Update and rename Aug 20, 2024
Nintendo Switch Pro Controller (old).cfg
to Pro Controller (default-off).cfg
Nintendo Switch Pro Controller (old).cfg
to Nintendo Switch Pro Controller (default-off).cfg
… Pro Controller (default-off).cfg The SDL2 database uses the "Nintendo Switch Pro Controller." Previously, there was an incorrect name due to an issue: the SDL2 controller driver employs UDEV instead of SDL2 - hizzlekizzle/RetroArch-AppImage#12
davidhedlund
changed the title
sdl2: Update and rename
[READY] sdl2: Update and rename Aug 20, 2024
Nintendo Switch Pro Controller (old).cfg
to Nintendo Switch Pro Controller (default-off).cfg
Nintendo Switch Pro Controller (old).cfg
to Nintendo Switch Pro Controller (default-off).cfg
# In this autoconfiguration, the screenshot button (circle) is unassigned, and no corresponding value could be identified for it.
Nintendo Switch Pro Controller+Linux 5.15 (non-HID) does not register thumb sticks - libretro/RetroArch#16905
input_device = "Nintendo Switch Pro Controller (Linux 5.15, non-HID)"
input_device_display_name = "Nintendo Switch Pro Controller (Linux 5.15, non-HID)"
Unnecessary input_device in autoconfig files generated by the android, and sdl2 controller drivers - libretro/RetroArch#16920
Removed the final comments
RobLoach
requested changes
Sep 28, 2024
Comment on lines
12
to
2
input_device = "Nintendo Switch Pro Controller (old)" | ||
|
||
# input_vendor_id = "1406" | ||
# input_product_id = "8201" | ||
|
||
#input_device = "Nintendo Switch Pro Controller" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only thing we're really changing here is removing the input_device
. Could you clarify why we're making this change? Thanks a lot.
…witch Pro Controller (non-HID) (default-off).cfg Added "(non-HID) " to the filename
davidhedlund
changed the title
[READY] sdl2: Update and rename
[READY] sdl2: Update and rename Oct 2, 2024
Nintendo Switch Pro Controller (old).cfg
to Nintendo Switch Pro Controller (default-off).cfg
Nintendo Switch Pro Controller (old).cfg
to Nintendo Switch Pro Controller (non-HID) (default-off).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_device_display_name
to make the system compatibility clear.