Skip to content
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

workaround for a 'off-by-one' bug on raspberry pi 3b (Raspbian 10 buster) #693

Open
quantum-brake opened this issue Mar 27, 2022 · 0 comments

Comments

@quantum-brake
Copy link

quantum-brake commented Mar 27, 2022

Hello, I was experiencing a 'off-by-one' bug in GIMX config, so to speak, meaning if I assign button_id 0 to cross(which is the corresponding button on DS4 controller) after running GIMX software it would show up as circle, meaning it would get button_id 1 (hence the 'off-by-one' name, it goes +1, for some reason).

With the help of GeekyDeaks on gimx forums I was able to come up with a solution, of sorts?

I'd just move all the buttons by -1 button id, and so changing the official Dualshock4.xml I have come up with this.
I also needed to add button_id 17 part using text editor because GIMX-config only allows auto detect (as far as my knowledge goes at least).

The point of me opening this issue is probably just to help others who experience the same bug? and maybe get a valid fix? though I don't know even why it was happening in the first place.

I'm gonna link a forums thread I've made, maybe there's gonna be enough information for someone who is more familiar with the GIMX backend ,than I am, to fix it. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant