Fix for shutting off rumble, from Jeff Baker (Inv3rsion, LLC.)

This commit is contained in:
Ryan Pavlik
2011-06-17 10:22:32 -05:00
parent bd8e666a08
commit 8ae4146fd9

View File

@@ -229,6 +229,7 @@ void wiiuse_rumble(struct wiimote_t* wm, int status) {
} else {
WIIUSE_DEBUG("Stopping rumble...");
WIIMOTE_DISABLE_STATE(wm, WIIMOTE_STATE_RUMBLE);
buf &= ~(0x01);
}
/* preserve IR state */