mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-23 04:43:10 +00:00
btdrv-mitm: forgot to save wiimote header
This commit is contained in:
parent
50b049553a
commit
e8e5553ee4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue