Hi,
i own an ancient arcade machine with Jamma interface connected to a PC with JammASD (a cool programmable interface that emulate an usb keyboard).
I need to launch a small python script that i wrote that, using hidapi, program the interface “on the fly” before to start emulator or emulationstation. I hosted the script in github: https://github.com/zanac/RetroASD/tree/master/pyJammASD
The problem is that python in Batocera don’t have hidapi library… i tried to copy it, but it is missing just a couple of .so library. Does it exist an easy way to “inject” python-hidapi and the .so library to Batocera?