(04-09-2015, 09:58 AM)skid Wrote:(04-08-2015, 01:10 PM)Flafla2 Wrote: This occurs because of a WinAPI WriteFile() limitation. However, Dolphin never does anything to circumvent this, so I may be wrong.
Are you using a -TR wiimote? If so, the default Windows bluetooth stack doesn't work completely and the Toshiba bluetooth stack needs to be installed.
Interesting. I actually solved the problem by implementing a similar solution to what you guys use here - on the MS stack I use HidD_SetOutputReport() instead of WriteFile(). This seems to fix my issue.
I will keep this in mind though when dealing with the -TR remotes.
Thanks for your help!