mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 16:20:20 -05:00
change rumbleStatus to BOOL
This commit is contained in:
parent
ebb886eb5a
commit
b75d781df8
|
|
@ -281,12 +281,10 @@ WPADRead(WPADChan chan,
|
|||
|
||||
/**
|
||||
* Controls the associated WPADChan's rumble motor.
|
||||
* Set rumbleStatus to 1 for rumble.
|
||||
* Set rumbleStatus to 0 for no rumble.
|
||||
*/
|
||||
void
|
||||
WPADControlMotor(WPADChan chan,
|
||||
uint32_t rumbleStatus);
|
||||
BOOL motorEnabled);
|
||||
|
||||
void
|
||||
WPADSetAutoSleepTime(uint8_t time);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user