mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 11:08:16 +00:00
(XDK) Buildfix
This commit is contained in:
parent
f74e399bdf
commit
0550b22a35
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user