Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ControllerInterface: Attempt to fix win32 device refresh.
  • Loading branch information
jordan-woyak committed May 4, 2019
1 parent 184f334 commit 64cdf2e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -229,8 +229,8 @@ void ControllerInterface::RemoveDevice(std::function<bool(const ciface::Core::De
m_devices.erase(it, m_devices.end());
}

if (!m_is_populating_devices)
InvokeDevicesChangedCallbacks();
// if (!m_is_populating_devices)
InvokeDevicesChangedCallbacks();
}

// Update input for all devices if lock can be acquired without waiting.
Expand Down

0 comments on commit 64cdf2e

Please sign in to comment.