From 42adcbda2d280f110a02bd4f3658ee724ecbbfa5 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sat, 29 Jul 2023 18:59:36 -0300 Subject: Added pl_mpeg.h, you know where we going next --- src/rumble.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rumble.c') 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 -- cgit v1.2.3