[h]libretro2joy[/h]
How to compile the library
git clone https://github.com/lifning/libretro2joy.git
cd libretro2joy
make
Simple USB gamepad emulator, might be useful in some very specific circumstances. It started as an idea to use RetroArch’s netplay feature for certain PC games, though it’s not useful for that in its current state.* Currently Linux-only, as it is implemented with uinput. Perhaps it would at least be useful for “use your Pandora/RaspberryPi/Android/etc. as a WiFi PC gamepad” type hacks, for now.
- At the very least, Dustforce de-synced when I tested across LAN. It would probably need to capture certain SDL and/or OpenGL calls to attempt to control the target game’s framerate, which would obviously limit compatibility. And if it comes down to capturing SDL calls, it may as well just emulate SDL’s Joystick API directly too… So that would probably be a separate project.