Datel Retro Wireless Controller
Posted: Fri May 22, 2009 12:57 pm
The Datel Retro Wireless controller doesn't work with the current version of libogc. The way to get this working with homebrew applications is to recompile your chosen homebrew application against a modified libogc with this defensive code in classic.c removed (around line 91):
If you could apply this or a similar patch to the official release of libogc it would be greatly appreciated. It is near impossible to get code to recompile just based on the source code that is available out there.
Code: Select all
WIIUSE_DEBUG("Classic controller handshake appears invalid, trying again.");
wiiuse_read_data(wm, data, WM_EXP_MEM_CALIBR, EXP_HANDSHAKE_LEN, wiiuse_handshake_expansion);
return 0;