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 (xplayer == -1)
|
||||||
{
|
{
|
||||||
if (dinput_joypad.set_rumble)
|
if (dinput_joypad.set_rumble)
|
||||||
return dinput_joypad.set_rumble(pad, effect, strength);.
|
return dinput_joypad.set_rumble(pad, effect, strength);
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue