A libretro core that emulates USB gamepads with uinput.
Go to file
2012-10-13 18:18:13 -04:00
.gitignore Initial commit. 2012-10-13 18:00:14 -04:00
COPYING readme and license. 2012-10-13 18:18:13 -04:00
libretro.c Initial commit. 2012-10-13 18:00:14 -04:00
libretro.h Initial commit. 2012-10-13 18:00:14 -04:00
link.T Initial commit. 2012-10-13 18:00:14 -04:00
Makefile Initial commit. 2012-10-13 18:00:14 -04:00
README readme and license. 2012-10-13 18:18:13 -04:00

libretro2joy : A libretro core that emulates USB gamepads with uinput.

This might be handy for remapping buttons on physical gamepads, or synchronizing
gamepad data over the network using RetroArch's netplay code.

TODO:
 * Analog support
 * Launch a given executable with load_game_special.
   - This will make synchronizing native games easier when using netplay.