Search found 4 matches

by George
Fri May 08, 2009 7:29 am
Forum: Gamecube/Wii Development
Topic: Write data to Wiimote
Replies: 0
Views: 3808

Write data to Wiimote

I would like to switch the LED's on the Wiimote. I looked at the WMLFLASH sample and wonder if there is a better way to do this.

Can I use the WPAD functions to query the buttons on the Wiimote and then use IPC functions in parallel to send data to the Wiimote to switch the LED's? Or can I call ...
by George
Mon Dec 15, 2008 9:45 pm
Forum: devkitPPC
Topic: Program crash with new devkitpro version
Replies: 1
Views: 4758

Program crash with new devkitpro version

The following program runs fine on the WII when compiled with the old version of devkitPro and crashes on the WII when compiled with the new version. The bmp file is located in the root of the SD card since the program is sent via WIILoad. What should be done? Regards, Georg

#include <stdio.h ...
by George
Mon Sep 08, 2008 8:06 pm
Forum: devkitPPC
Topic: Help with error message
Replies: 2
Views: 6786

Re: Help with error message

I am not very familiar with make and also afraid the rule I insert may be gone with the next update of devkitpro.
by George
Sat Sep 06, 2008 5:34 pm
Forum: devkitPPC
Topic: Help with error message
Replies: 2
Views: 6786

Help with error message

I have made a separate project folder as described in the devkitppc setup guide.

This has a source directory where I put my C files and then run make with programmers notepad.

If I put a file, e.g. template-tst3.c into this directory and open the project with programmers notepad it compiles and ...