lsnes/platform/SDL/joystick-sdl.cpp
2011-10-30 18:42:43 +02:00

16 lines
183 B
C++

//Empty
void poll_joysticks()
{
//We poll it in event loop for SDL.
}
void joystick_init()
{
}
void joystick_quit()
{
}
const char* joystick_plugin_name = "SDL joystick plugin";