mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
WiimoteEmu: Fix Data Report 0x32.
This commit is contained in:
parent
d90d641ec7
commit
a9a4b53072
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue