diff --git a/input/drivers_joypad/xinput_hybrid_joypad.c b/input/drivers_joypad/xinput_hybrid_joypad.c index bf30ba18bc..30f9c8e177 100644 --- a/input/drivers_joypad/xinput_hybrid_joypad.c +++ b/input/drivers_joypad/xinput_hybrid_joypad.c @@ -714,7 +714,7 @@ static bool xinput_joypad_rumble(unsigned pad, rumble_state = ((new_state.wLeftMotorSpeed == state->wLeftMotorSpeed) && (new_state.wRightMotorSpeed == state->wRightMotorSpeed)); /* Rumble state unchanged? */ - if (rumble_state_unchanged) + if (rumble_state) return true; now = clock();