b-em
b-em copied to clipboard
Analogue joystick fire buttons not working
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
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
Thanks for the info, i'll check it out