Xarcade2Jstick exclusively captures the keyboard events of the Xarcade Tankstick and maps these events to corresponding events on two virtual game pad devices.
Xarcade2Jstick was originally written as a supplementary tool for the RetroPie Project. Using this tool allows the usage of the auto-config capability of RetroArch, a central component of a RetroPie installation.
If you would like to download the current version of Xarcade2Jstick from its Github repository, you can use this command:
git clone https://github.com/petrockblog/Xarcade2JstickTo build Xarcade2Jstick follow these commands:
cd Xarcade2Jstick
makeIf everything went fine you can install with the command
sudo make installYou can install Xarcade2Jstick as daemon with this command:
sudo make installserviceYou can uninstall the daemon with this command:
sudo make uninstallserviceYou can uninstall the binary with this command:
sudo make uninstall
Have fun!
-Florian petrockblock.com