fix build

need another #endif here to go along with the new #ifdef
This commit is contained in:
John Grub 2014-06-14 17:25:09 -07:00
parent 7b3f0059bc
commit e2f8217d83

View File

@ -82,6 +82,7 @@ static const rarch_joypad_driver_t *joypad_drivers[] = {
#endif
#ifdef __QNX__
&qnx_joypad,
#endif
#endif
NULL,
};