We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a USB gamepad connected to my laptop and I find that the fire buttons ( ADVAL(0) AND 3 ) do nothing at all
The directions however ( ADVAL(1) and ADVAL(2) ) are working fine
And the gamepad is working 100%, I re-tested it using jstest-gtk just to be sure
I am using linux with the latest b-em built from source
The text was updated successfully, but these errors were encountered:
In that case it is probably a case of getting the correct joystick map. Check the b-em.cfg file and https://github.com/stardot/b-em/wiki/Joysticks
Sorry, something went wrong.
Thanks for the info, i'll check it out
No branches or pull requests
I have a USB gamepad connected to my laptop and I find that the fire buttons ( ADVAL(0) AND 3 ) do nothing at all
The directions however ( ADVAL(1) and ADVAL(2) ) are working fine
And the gamepad is working 100%, I re-tested it using jstest-gtk just to be sure
I am using linux with the latest b-em built from source
The text was updated successfully, but these errors were encountered: