mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
This commit is contained in:
		
							parent
							
								
									51dd13b8a0
								
							
						
					
					
						commit
						fe2ed4bf72
					
				@ -159,6 +159,7 @@ void System::Shutdown() {
 | 
			
		||||
    Kernel::Shutdown();
 | 
			
		||||
    HW::Shutdown();
 | 
			
		||||
    CoreTiming::Shutdown();
 | 
			
		||||
    cpu_core.reset();
 | 
			
		||||
 | 
			
		||||
    LOG_DEBUG(Core, "Shutdown OK");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user