fix: wrong key mapping for NS Pro controller #741
Loading…
Reference in a new issue
No description provided.
Delete branch "meritozh/meritozh-patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
problem described in https://github.com/cemu-project/Cemu/issues/739
Fix #739
Fix #327
guess #556 is same, but I don't have Linux device, so cannot test XInput protocol.
Xinput is probably referring to windows Xinput, not Linux. (Linux xinput is not the same and not in use by cemu) Cemu primarily supports SDL on linux.
For SDL, instead of manually switching the values of the Switch Pro Controller, the SDL hint
SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS
could be used. (It's enabled by default)Documentation here:
5b9fdc9dd1/include/SDL3/SDL_hints.h (L563)
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.