Skip to content

Commit 656ab42

Browse files
gouchiwarmenhoven
authored andcommitted
sdl : Fix typo SDL_SUPPORTS_RUMBLE
1 parent 6bf2950 commit 656ab42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/drivers_joypad/sdl_joypad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ static bool sdl_joypad_set_rumble(unsigned pad, enum retro_rumble_effect effect,
507507
return false;
508508
}
509509

510-
#if SDK_SUPPORTS_RUMBLE
510+
#if SDL_SUPPORTS_RUMBLE
511511
if (joypad->rumble_effect == -3)
512512
{
513513
if (SDL_JoystickRumble(joypad->joypad, efx.leftright.large_magnitude, efx.leftright.small_magnitude, efx.leftright.length) == -1)

0 commit comments

Comments
 (0)