mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-29 19:20:36 +00:00
Merge pull request #11720 from Pokechu22/hookable-event-recursive-mutex
HookableEvent: Use std::recursive_mutex instead of std::mutex
This commit is contained in:
commit
948a548fb2
@ -69,7 +69,7 @@ private:
|
||||
|
||||
struct Storage
|
||||
{
|
||||
std::mutex m_mutex;
|
||||
std::recursive_mutex m_mutex;
|
||||
std::vector<HookImpl*> m_listeners;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user