C89 buildfix

This commit is contained in:
libretroadmin 2025-05-29 06:11:08 +02:00
parent c372dfad8b
commit bd04f9154b
1 changed files with 1 additions and 1 deletions

View File

@ -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();