mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	Use recursive_mutex instead of mutex to fix #2902
This commit is contained in:
		@@ -7,5 +7,5 @@
 | 
			
		||||
#include <core/hle/lock.h>
 | 
			
		||||
 | 
			
		||||
namespace HLE {
 | 
			
		||||
std::mutex g_hle_lock;
 | 
			
		||||
std::recursive_mutex g_hle_lock;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user