diff options
| author | Filoppi <filippotarpini@hotmail.it> | 2021-05-15 12:10:00 +0300 |
|---|---|---|
| committer | Filoppi <filippotarpini@hotmail.it> | 2021-06-07 11:07:06 +0300 |
| commit | 1d816f8f267ff468478a4b8ff423b2dd0c734654 (patch) | |
| tree | a8e96d6d00f9ae3a8796a84a2dd413a90580cae5 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | |
| parent | c238e4911916e2a90e2e324873e0da4907d243c3 (diff) | |
ControllerInterface: make real Wiimote use PlatformPopulateDevices()
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp index b84e8af571..cb4eae1472 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp @@ -185,7 +185,7 @@ void ControllerInterface::RefreshDevices(RefreshReason reason) ciface::DualShockUDPClient::PopulateDevices(); #endif - WiimoteReal::ProcessWiimotePool(); + WiimoteReal::PopulateDevices(); m_devices_mutex.unlock(); |
