mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
ControllerInterface: Shutdown order and race condition fix.
This commit is contained in:
@ -56,7 +56,7 @@ public:
|
||||
private:
|
||||
std::vector<std::function<void()>> m_devices_changed_callbacks;
|
||||
mutable std::mutex m_callbacks_mutex;
|
||||
bool m_is_init;
|
||||
std::atomic<bool> m_is_init;
|
||||
std::atomic<bool> m_is_populating_devices{false};
|
||||
WindowSystemInfo m_wsi;
|
||||
};
|
||||
|
Reference in New Issue
Block a user