Hi everyone.
I have a waveshare game console with batocera v30 version and it doesn’t recognize the buttons.
I have seen that, as happened with a previous version of recalbox, the mk_arcade_joystick_rpi.ko file did not take the second parameter “$ extra3” from the file of the file usr / bin / batocera-config.
After making this change, when I start up the waveshare it already indicates “gpio custom connected” on the screen but only the “select” button matches me, the “start” button does not detect it and the direction buttons x, y, b, a work but with the function changed.
The line that I have put in batocera.conf is the following:
controllers.gpio.args = “map = 5 gpio = 5,6,13,19,21,4,26,12, 23,20, 16,18, -1”
I also tried with:
controllers.gpio.args = map = 5 gpio = 5,6,13,19,21,4,26,12,23,20,16,18,4 "but without success.
Can someone tell me what’s going on?
Thank you very much in advance.