diff --git a/input/drivers_joypad/xdk_joypad.c b/input/drivers_joypad/xdk_joypad.c index c128a107a3..ae38f30fb5 100644 --- a/input/drivers_joypad/xdk_joypad.c +++ b/input/drivers_joypad/xdk_joypad.c @@ -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;