mirror of
https://github.com/XProger/OpenLara.git
synced 2025-03-18 18:19:39 +01:00
fix initial rumble magnitude
This commit is contained in:
parent
e8303777bb
commit
06e271d2c8
@ -298,7 +298,7 @@ void inputInit() {
|
||||
joy_ff.id = -1;
|
||||
joy_ff.replay.length = 0;
|
||||
joy_ff.replay.delay = 0;
|
||||
joy_ff.u.rumble.strong_magnitude = 0x8000;
|
||||
joy_ff.u.rumble.strong_magnitude = 0;
|
||||
joy_ff.u.rumble.weak_magnitude = 0;
|
||||
|
||||
if (ioctl(ev_haptic, EVIOCSFF, &joy_ff) != -1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user