WiimoteEmu: Fix Data Report 0x32.

This commit is contained in:
Jordan Woyak 2019-04-10 20:17:34 -05:00
parent d90d641ec7
commit a9a4b53072

View file

@ -163,7 +163,7 @@ struct ReportCoreAccel : IncludeCore, IncludeAccel, NoIR, NoExt
u32 GetDataSize() const override { return 5; } u32 GetDataSize() const override { return 5; }
}; };
struct ReportCoreExt8 : IncludeCore, NoAccel, NoIR, IncludeExt<5, 8> struct ReportCoreExt8 : IncludeCore, NoAccel, NoIR, IncludeExt<2, 8>
{ {
}; };