Changes

Jump to navigation Jump to search
331 bytes added ,  11:20, 27 April 2008
Line 3: Line 3:  
== Questions ==
 
== Questions ==
   −
How do i make the wii reboot and shutdown to yellow light mode ?
+
* How do i make the wii reboot and shutdown to yellow light mode ?
 +
 
 +
Reboot by [[User:Cboomf|Cboomf]]<br>
 +
Coded by bushing.
   −
Reboot [[User:Cboomf|Cboomf]]<br>
   
<source lang="c">
 
<source lang="c">
 
void shutdown(void) {
 
void shutdown(void) {
Line 14: Line 16:  
</source>
 
</source>
   −
How can i use the wiimote's rumble motor ?  
+
* How can i use the wiimote's rumble motor ?  
 +
 
 +
Rumble by [[User:Cboomf|Cboomf]]
 +
 
 +
Just put the following in the wiimote_event function<br>
 +
<source lang="c">
 +
wiiuse_rumble(wiimotes[0], rumble);
 +
</source>
 +
Move the following to be a global variable<br>
 +
<source lang="c">
 +
wiimote** wiimotes;
 +
</source>
 +
Then set rumble to be 1 to rumble or 0 to stop.
   −
Is there a way to control the front wii light ?  
+
* Is there a way to control the front wii light ?  
   −
Is there a way to control the DVD drive ?
+
* Is there a way to control the DVD drive ?
   −
Can the drive actually read other format discs i.e software block or is it a hardware block ?
+
* Can the drive actually read other format discs i.e software block or is it a hardware block ?
    
===Note===
 
===Note===
569

edits

Navigation menu