Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Look for wiimotes when "Continuous Scanning" is enabled even if a dev…
…ice using the MS stack is not found.

Fixed issue 6215.
  • Loading branch information
jordan-woyak committed Apr 7, 2013
1 parent 0ca7ea6 commit 42e97e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp
Expand Up @@ -321,7 +321,7 @@ void WiimoteScanner::WantWiimotes(bool do_want)

void WiimoteScanner::StartScanning()
{
if (!m_run_thread && IsReady())
if (!m_run_thread)
{
m_run_thread = true;
m_scan_thread = std::thread(std::mem_fun(&WiimoteScanner::ThreadFunc), this);
Expand Down

0 comments on commit 42e97e4

Please sign in to comment.