summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorFiloppi <filippotarpini@hotmail.it>2021-05-15 12:10:00 +0300
committerFiloppi <filippotarpini@hotmail.it>2021-06-07 11:07:06 +0300
commit1d816f8f267ff468478a4b8ff423b2dd0c734654 (patch)
treea8e96d6d00f9ae3a8796a84a2dd413a90580cae5 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
parentc238e4911916e2a90e2e324873e0da4907d243c3 (diff)
ControllerInterface: make real Wiimote use PlatformPopulateDevices()
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp2
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();