Merge branch 'jbaker-improvements-rebased'
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user