add OMAP layer, also preliminary menu, hud and input support
[pcsx_rearmed.git] / frontend / linux / in_evdev.h
CommitLineData
698517be 1
2void in_evdev_init(void *vdrv);
3int in_evdev_update(void *drv_data, const int *binds, int *result);
4
5/* to be set somewhere in platform code */
6extern struct in_default_bind in_evdev_defbinds[];