Changes

9 bytes removed ,  02:21, 18 June 2015
m
→‎Wii Remote: Missed a few more 'bool' changes
Line 21: Line 21:  
|-
 
|-
 
|WPADIsMotorEnabled
 
|WPADIsMotorEnabled
|boolean WPADIsMotorEnabled(void);
+
|bool WPADIsMotorEnabled(void);
 
|Get's the status of the WPAD motor
 
|Get's the status of the WPAD motor
 
|-
 
|-
 
|WPADGetAcceptConnection
 
|WPADGetAcceptConnection
|boolean WPADGetAcceptConnection(void);
+
|bool WPADGetAcceptConnection(void);
 
|Returns true if we allow new wpad's to connect
 
|Returns true if we allow new wpad's to connect
 
|-
 
|-
 
|WPADSetAcceptConnection
 
|WPADSetAcceptConnection
|boolean WPADSetAcceptConnection(bool acceptConnections);
+
|bool WPADSetAcceptConnection(bool acceptConnections);
 
|Set's whenever or not we allow new connectins
 
|Set's whenever or not we allow new connectins
 
|}
 
|}
203

edits