mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
InputCommon: Fix deadlock in EmulatedController::UpdateReferences().
This commit is contained in:
@ -238,6 +238,8 @@ public:
|
||||
std::chrono::milliseconds confirmation_wait,
|
||||
std::chrono::milliseconds maximum_wait) const;
|
||||
|
||||
std::recursive_mutex& GetDevicesMutex() const { return m_devices_mutex; }
|
||||
|
||||
protected:
|
||||
// Exclusively needed when reading/writing "m_devices"
|
||||
mutable std::recursive_mutex m_devices_mutex;
|
||||
|
Reference in New Issue
Block a user