guitar and drum support in libogc
Homebrew toolchains for wii, gamecube, 3ds, ds, gba, gp32 and psp
Brought to you by:
wntrmute
Did you plan to add the guitar and drum of guitar hero world tour support in libogc ?
There is a new initialization methode at http://wiibrew.org/wiki/Wiimote#Registers_.2F_Initialization and the data format at http://wiibrew.org/wiki/Wiimote/Extension_Controllers
Thanks
The guitar of GHWT work if I delete in /libogc/wiiuse/guitar_hero_3.c the lines :
92 if (data[offset + 16] == 0xFF) {
93 / get the calibration data /
94 WIIUSE_DEBUG("Guitar Hero 3 handshake appears invalid, trying again.");
95 wiiuse_read_data(wm, data, WM_EXP_MEM_CALIBR, EXP_HANDSHAKE_LEN, wiiuse_handshake_expansion);
96 return 0;
97 } else