Use recursive_mutex instead of mutex to fix #2902
This commit is contained in:
parent
61442d6afb
commit
8266064796
4 changed files with 5 additions and 5 deletions
|
@ -7,5 +7,5 @@
|
|||
#include <core/hle/lock.h>
|
||||
|
||||
namespace HLE {
|
||||
std::mutex g_hle_lock;
|
||||
std::recursive_mutex g_hle_lock;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue