mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
Merge pull request #11645 from jdgleaver/dingux-typo
(sdl_dingux_joypad) Fix typo
This commit is contained in:
commit
df2d716147
@ -137,7 +137,7 @@ static bool sdl_dingux_rumble_init(dingux_joypad_rumble_t *rumble)
|
||||
rumble->strong.effect.u.periodic.magnitude = 0;
|
||||
rumble->strong.id = Shake_UploadEffect(rumble->device, &rumble->strong.effect);
|
||||
|
||||
if (rumble->weak.id == SHAKE_ERROR)
|
||||
if (rumble->strong.id == SHAKE_ERROR)
|
||||
goto error;
|
||||
strong_uploaded = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user