Skip to content
Permalink
Browse files
Merge pull request #7978 from jordan-woyak/wm-emu-rpt-32-fix
WiimoteEmu: Fix Data Report 0x32.
  • Loading branch information
JMC47 committed Apr 11, 2019
2 parents d90d641 + a9a4b53 commit 0497b20
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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>
{
};

0 comments on commit 0497b20

Please sign in to comment.