diff options
Diffstat (limited to 'src/rumble.c')
| -rw-r--r-- | src/rumble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rumble.c b/src/rumble.c index 2212761..21a6a73 100644 --- a/src/rumble.c +++ b/src/rumble.c @@ -50,4 +50,5 @@ void stop_rumble(void) XINPUT_VIBRATION state = {}; state.wLeftMotorSpeed = 0; state.wRightMotorSpeed = 0; + XInputSetState(0, &state); }
\ No newline at end of file |
