mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(PS3) Input - ps3_input_set_rumble - forgot break
This commit is contained in:
parent
39372a886d
commit
a78d8ed4d5
@ -456,6 +456,7 @@ static bool ps3_input_set_rumble(void *data, unsigned port, enum retro_rumble_ef
|
||||
if (strength > 255)
|
||||
strength = 255;
|
||||
params.motor[1] = strength;
|
||||
break;
|
||||
}
|
||||
|
||||
cellPadSetActDirect(port, ¶ms);
|
||||
|
Loading…
x
Reference in New Issue
Block a user