perroboc / chiaki-builds

Unofficial Chiaki builds, using github actions and updated software
GNU Affero General Public License v3.0
40 stars 30 forks source link

Disable SDL2 #3

Closed Nikoru14 closed 1 year ago

Nikoru14 commented 1 year ago

How do I disable SDL2 support? The issue is that I''m getting duplicate input because I'm using a Switch Pro Controller paired with a program called Betterjoy. this program creates a HID-compliant gamepad to remap Switch pro controller to xinput. Since this build has support for SDL2 im getting duplicate input whenever I press the face buttons. The face buttons on a Switch pro controller is the opposite layout on that of a xinput controller thus pressing A results in Chiaki reading both A from SDL2 (Switch pro) and B for (Xinput via better joy).

perroboc commented 1 year ago

This is a key part of Chiaki, I understand it can’t be disabled. Also, this is only a repo for custom builds, changes to the source code should go to the official Chiaki repo.