fix build
need another #endif here to go along with the new #ifdef
This commit is contained in:
parent
7b3f0059bc
commit
e2f8217d83
|
@ -82,6 +82,7 @@ static const rarch_joypad_driver_t *joypad_drivers[] = {
|
|||
#endif
|
||||
#ifdef __QNX__
|
||||
&qnx_joypad,
|
||||
#endif
|
||||
#endif
|
||||
NULL,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue