mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
Build fix.
This commit is contained in:
parent
54d0fabbd7
commit
cb6d1ce7b8
@ -390,7 +390,7 @@ static bool winxinput_joypad_rumble(unsigned pad, enum retro_rumble_effect effec
|
||||
if (xplayer == -1)
|
||||
{
|
||||
if (dinput_joypad.set_rumble)
|
||||
return dinput_joypad.set_rumble(pad, effect, strength);.
|
||||
return dinput_joypad.set_rumble(pad, effect, strength);
|
||||
else
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user