Merge branch 'jbaker-improvements-rebased'

This commit is contained in:
Ryan Pavlik
2011-09-07 08:38:57 -05:00
3 changed files with 5 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ Added:
Fixed:
- Properly disable rumbling when told to. Thanks to Jeff Baker from
(Inv3rsion, LLC.)(http://www.inv3rsion.com/)
Changed:
- Improved header includes using feedback from (include-what-you-use)[iwyu]

View File

@@ -53,6 +53,7 @@ Additional Contributors:
- Karl Semich <https://github.com/xloem>
- Johannes Zarl <johannes.zarl@jku.at>
- hartsantler <http://code.google.com/p/rpythonic/>
- Jeff Baker/Inv3rsion, LLC. <http://www.inv3rsion.com/>
License

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 */