mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
WiimoteReal: fix typo in WiimoteReal.cpp
continous -> continuous
This commit is contained in:
parent
e7282f4244
commit
7b0d4f0578
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue