(03-02-2018, 08:50 AM)JosJuice Wrote: It would be possible to read the Bluetooth data as it passes through Dolphin to the emulated Wii, but getting any useful information out of it is going to be tricky. I wouldn't recommend it.
I guess there must be at least one point in the code where all the data sent by the wii remote is passed as a variable. And digital buttons are either 0 or 1, though maybe it's all encrypted or something like that? Is that why you said it would be tricky to actually extract useful information?
Edit: Ok I get it, the data that is accessible to dolphin is not the packet sent by the wii remote, but it's the data sent by the Bluetooth adapter / driver, so that sounds more complicated, though I have no idea how it actually works, I guess there still must be a point somewhere where there data is accessible as a list of bytes that represent buttons state and motions.