-
Notifications
You must be signed in to change notification settings - Fork 372
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
Create android/Pro Controller.cfg #1066
Conversation
# Nintendo Switch Pro Controller (with nintendo-hid) # # This is the first fully working Android autoconfig # for Nintendo Switch Pro Controller as far as I know # It requires Android 12. # # Disclaimer: # The Nintendo Switch Pro Controller has other binding # for earliers Android versions. However, the Bluetooth # connectivity issue in Android 11 and earlier makes the # controller useless for gaming. # # Evaluated by David Hedlund.
# Requires Android 12 or later.
HI, what's the state of this? When is this PR ready for merge? |
It's ready. |
seems fine to me |
Removed comment
Make the file name match input_device
From https://github.com/libretro/retroarch-joypad-autoconfig/pull/1066/checks
How do we solve that? |
Duplicate vendor/product id pairs cause conflicts with RA. While it still "works", it can confuse the controller types. I'd honestly recommend just deleting People can use the 8BitDo controller in a different mode just fine. |
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.
Delete android/8BitDo SN30 Pro (Switch Mode).cfg .
Concensus to solve https://github.com/libretro/retroarch-joypad-autoconfig/pull/1066/checks See libretro#1066 (comment) for discussion
|
Generated from
RetroArch:
IDs
The file is a modified copy from udev/Create Nintendo - Switch Pro Controller.cfg, including:
However, currently, when I'm connecting the Nintendo Switch Pro Controller, RA pops up a "8BitDo SN30 Pro+ (Switch Mode) configured on port #1" (android/8BitDo_SN30_Pro_for_Android.cfg), and sometimes "Nintendo Switch Pro Controller configured on port #1" (sdl2/Nintendo Switch Pro Controller.cfg). So I'm a bit confused which ID that should be used.