First thanks for the latest update

I especially like the implemented wii mode support.
One note with this last one, the code displayed in the 3dgs manual has got an error.
The wiimote stuct wasn't defined properly:
// @ line 32 wiimote_status(wii_handle,wiimote); must be:
wiimote_status(wii_handle,&wiimote);
Other than that, it works very much as expected

Cheers
Frazzle