Merge pull request #7978 from jordan-woyak/wm-emu-rpt-32-fix

WiimoteEmu: Fix Data Report 0x32.
This commit is contained in:
JMC47 2019-04-10 21:32:20 -04:00 committed by GitHub
commit 0497b20955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>
{
};