btdrv-mitm: forgot to save wiimote header

This commit is contained in:
ndeadly 2020-07-10 00:52:47 +02:00
parent 50b049553a
commit e8e5553ee4

View file

@ -7,12 +7,12 @@ namespace controller {
union WiimoteReportData {
struct {
WiiButtonData buttons;
uint8_t _unk;
//uint8_t _unk;
} report0x30;
struct {
WiiButtonData buttons;
uint8_t _unk;
WiiButtonData buttons;
WiiAccelerometerData accel;
} report0x31;
};