(XDK) Buildfix

This commit is contained in:
twinaphex 2018-01-20 18:46:13 +01:00
parent f74e399bdf
commit 0550b22a35

View File

@ -217,7 +217,7 @@ static void xdk_joypad_poll(void)
#else
port
#endif
, &(g_xinput_states[port].xstate) == ERROR_DEVICE_NOT_CONNECTED);
, &g_xinput_states[port].xstate) == ERROR_DEVICE_NOT_CONNECTED);
if (!g_xinput_states[port].connected)
continue;