Dentomologist d6a8e6caaf ControllerInterface: Fix deadlock when Wii Remote disconnects
In UpdateInput, lock m_devices_population_mutex before m_devices_mutex
to be consistent with other ControllerInterface functions. Normally the
former lock isn't needed in UpdateInput, but when a Wii Remote
disconnects it calls RemoveDevice which results in the mutexes being
locked in the wrong order.
2023-03-08 17:22:27 -08:00
..
2023-03-05 23:31:12 +13:00
2023-03-02 19:54:15 -06:00
2022-10-30 12:04:57 -07:00
2022-12-22 14:32:42 -05:00