mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #12623 from eltociear/patch-1
WiimoteReal: fix typo in WiimoteReal.cpp
This commit is contained in:
@ -762,7 +762,7 @@ void WiimoteScanner::ThreadFunc()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stop scanning if not in continous mode.
|
// Stop scanning if not in continuous mode.
|
||||||
auto scan_mode = WiimoteScanMode::SCAN_ONCE;
|
auto scan_mode = WiimoteScanMode::SCAN_ONCE;
|
||||||
m_scan_mode.compare_exchange_strong(scan_mode, WiimoteScanMode::DO_NOT_SCAN);
|
m_scan_mode.compare_exchange_strong(scan_mode, WiimoteScanMode::DO_NOT_SCAN);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user