mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-25 10:47:55 -05:00
Use recursive_mutex instead of mutex to fix #2902
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user