mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
ControllerInterface: Shutdown order and race condition fix.
This commit is contained in:
parent
cddb83fd06
commit
25d43ffd98
2 changed files with 18 additions and 27 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue