Merge branch 'jbaker-improvements-rebased'
This commit is contained in:
@@ -21,6 +21,9 @@ Added:
|
|||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
|
||||||
|
- Properly disable rumbling when told to. Thanks to Jeff Baker from
|
||||||
|
(Inv3rsion, LLC.)(http://www.inv3rsion.com/)
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
|
|
||||||
- Improved header includes using feedback from (include-what-you-use)[iwyu]
|
- Improved header includes using feedback from (include-what-you-use)[iwyu]
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ Additional Contributors:
|
|||||||
- Karl Semich <https://github.com/xloem>
|
- Karl Semich <https://github.com/xloem>
|
||||||
- Johannes Zarl <johannes.zarl@jku.at>
|
- Johannes Zarl <johannes.zarl@jku.at>
|
||||||
- hartsantler <http://code.google.com/p/rpythonic/>
|
- hartsantler <http://code.google.com/p/rpythonic/>
|
||||||
|
- Jeff Baker/Inv3rsion, LLC. <http://www.inv3rsion.com/>
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|||||||
@@ -229,6 +229,7 @@ void wiiuse_rumble(struct wiimote_t* wm, int status) {
|
|||||||
} else {
|
} else {
|
||||||
WIIUSE_DEBUG("Stopping rumble...");
|
WIIUSE_DEBUG("Stopping rumble...");
|
||||||
WIIMOTE_DISABLE_STATE(wm, WIIMOTE_STATE_RUMBLE);
|
WIIMOTE_DISABLE_STATE(wm, WIIMOTE_STATE_RUMBLE);
|
||||||
|
buf &= ~(0x01);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* preserve IR state */
|
/* preserve IR state */
|
||||||
|
|||||||
Reference in New Issue
Block a user