mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 06:48:33 +00:00
ControllerInterface: make real Wiimote use PlatformPopulateDevices()
This commit is contained in:
parent
c238e49119
commit
1d816f8f26
4 changed files with 38 additions and 13 deletions
|
@ -185,7 +185,7 @@ void ControllerInterface::RefreshDevices(RefreshReason reason)
|
|||
ciface::DualShockUDPClient::PopulateDevices();
|
||||
#endif
|
||||
|
||||
WiimoteReal::ProcessWiimotePool();
|
||||
WiimoteReal::PopulateDevices();
|
||||
|
||||
m_devices_mutex.unlock();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue