mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-08 07:28:45 +01:00
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
|
|
@ -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