mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #7978 from jordan-woyak/wm-emu-rpt-32-fix
WiimoteEmu: Fix Data Report 0x32.
This commit is contained in:
commit
0497b20955
@ -163,7 +163,7 @@ struct ReportCoreAccel : IncludeCore, IncludeAccel, NoIR, NoExt
|
||||
u32 GetDataSize() const override { return 5; }
|
||||
};
|
||||
|
||||
struct ReportCoreExt8 : IncludeCore, NoAccel, NoIR, IncludeExt<5, 8>
|
||||
struct ReportCoreExt8 : IncludeCore, NoAccel, NoIR, IncludeExt<2, 8>
|
||||
{
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user