mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 04:07:50 +00:00
Use recursive_mutex instead of mutex to fix #2902
This commit is contained in:
parent
35e185309b
commit
e16c96d587
4 changed files with 5 additions and 5 deletions
|
@ -14,5 +14,5 @@ namespace HLE {
|
|||
* to the emulated memory is not protected by this mutex, and should be avoided in any threads other
|
||||
* than the CPU thread.
|
||||
*/
|
||||
extern std::mutex g_hle_lock;
|
||||
extern std::recursive_mutex g_hle_lock;
|
||||
} // namespace HLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue