xerpi / fakemote

A Wii cIOS module that fakes Wiimotes from the input of USB game controllers
GNU General Public License v2.0
167 stars 16 forks source link

fix swapped vid and pid, fix input_devices instead of input_device #29

Closed sanjay900 closed 1 year ago

sanjay900 commented 1 year ago

While trying to implement PS3 instrument support, i noted that vid and pid were swapped, which was causing my code to never get called

I was also trying to work out why hotplugging devices didn't seem to be working, and while i could not figure that one out, i did note that there was an input_devices instead of a input_device.

xerpi commented 1 year ago

Thanks for the fixes!