mirror of
https://github.com/libretro/RetroArch.git
synced 2025-12-28 05:24:00 +00:00
sdl : Fix typo SDL_SUPPORTS_RUMBLE
This commit is contained in:
parent
6bf2950b16
commit
656ab420d1
@ -507,7 +507,7 @@ static bool sdl_joypad_set_rumble(unsigned pad, enum retro_rumble_effect effect,
|
||||
return false;
|
||||
}
|
||||
|
||||
#if SDK_SUPPORTS_RUMBLE
|
||||
#if SDL_SUPPORTS_RUMBLE
|
||||
if (joypad->rumble_effect == -3)
|
||||
{
|
||||
if (SDL_JoystickRumble(joypad->joypad, efx.leftright.large_magnitude, efx.leftright.small_magnitude, efx.leftright.length) == -1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user