mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 03:58:09 -05:00
Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
This commit is contained in:
@ -159,6 +159,7 @@ void System::Shutdown() {
|
||||
Kernel::Shutdown();
|
||||
HW::Shutdown();
|
||||
CoreTiming::Shutdown();
|
||||
cpu_core.reset();
|
||||
|
||||
LOG_DEBUG(Core, "Shutdown OK");
|
||||
}
|
||||
|
Reference in New Issue
Block a user