Add dinput to input driver list.

This commit is contained in:
Themaister 2012-09-30 14:59:27 +02:00
parent dd6d27c108
commit 74d7707875

View File

@ -117,6 +117,9 @@ static const input_driver_t *input_drivers[] = {
#ifdef HAVE_SDL
&input_sdl,
#endif
#ifdef HAVE_DINPUT
&input_dinput,
#endif
#ifdef HAVE_X11
&input_x,
#endif