Talk:Libwiikeyboard

From WiiBrew
Jump to navigation Jump to search

Other USB devices?

What would it take to add another USB device type to a library like this? (Or should a seperate library be made?)

In particular, I have Rock Band 2 peripherals. Though they are wireless, they are not standard Bluetooth like the Wiimote. They transmit wirelessly with a USB device, and USB is how the Wii communicates with the instruments. What's interesting is that a rhythm game developed for Windows, called FoFiX, claims to work with Wii Rock Band 2 instruments plugged into the PC's USB port.

Hobyrne 05:33, 31 January 2010 (UTC)

IOS Compatibility

I had a little trouble getting this to work. I had to find an IOS that is compatible with the current release. It appears that there are some recent fixes in the svn for usb relating to IOS 58. I'm not sure if that is related. I got it to work with IOS 36. It would be nice to know if this is just me, or if it is actually broken. All the programs that I looked at use SDL for keyboard input, and that has code that boils down to this.

u32 version = IOS_GetVersion();
if(version !=36)
{
	IOS_ReloadIOS(36);
}
  • IOS 36 - yes
  • IOS 58 - no
  • IOS 61 - no

Myrkr 22:05, 10 September 2010 (CEST)