fixed disabling auto reporting for emulated wiimotes not working properly

This commit is contained in:
Felk 2015-09-09 04:55:14 +02:00
parent 8f13d50a4e
commit 786cf7c9ff
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ void Wiimote::Update()
Movie::CheckWiimoteStatus(m_index, data, rptf, m_extension->active_extension, m_ext_key);
// don't send a data report if auto reporting is off
if (false == m_reporting_auto && data[2] >= WM_REPORT_CORE)
if (false == m_reporting_auto && data[1] >= WM_REPORT_CORE)
return;
// send data report