mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	Merge pull request #2374 from wwylele/whats-going-on-with-that-pr
Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
This commit is contained in:
		
						commit
						6409b1d1a4
					
				@ -159,6 +159,7 @@ void System::Shutdown() {
 | 
				
			|||||||
    Kernel::Shutdown();
 | 
					    Kernel::Shutdown();
 | 
				
			||||||
    HW::Shutdown();
 | 
					    HW::Shutdown();
 | 
				
			||||||
    CoreTiming::Shutdown();
 | 
					    CoreTiming::Shutdown();
 | 
				
			||||||
 | 
					    cpu_core.reset();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    LOG_DEBUG(Core, "Shutdown OK");
 | 
					    LOG_DEBUG(Core, "Shutdown OK");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user