mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(XDK) Buildfix
This commit is contained in:
parent
f74e399bdf
commit
0550b22a35
@ -217,7 +217,7 @@ static void xdk_joypad_poll(void)
|
|||||||
#else
|
#else
|
||||||
port
|
port
|
||||||
#endif
|
#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)
|
if (!g_xinput_states[port].connected)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user