mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	core: cpu_manager: Add missing call to MicroProfileOnThreadExit().
- Fixes an occasional crash when trying to launch subsequent games.
This commit is contained in:
		
							parent
							
								
									2f6ba54483
								
							
						
					
					
						commit
						54aabb00b0
					
				@ -365,6 +365,8 @@ void CpuManager::RunThread(std::size_t core) {
 | 
			
		||||
    data.enter_barrier.reset();
 | 
			
		||||
    data.exit_barrier.reset();
 | 
			
		||||
    data.initialized = false;
 | 
			
		||||
 | 
			
		||||
    MicroProfileOnThreadExit();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
} // namespace Core
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user