summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-12-24 19:49:37 +0100
committerwwylele <wwylele@gmail.com>2016-12-24 19:55:38 +0100
commitfe2ed4bf72343d85484b33bd56ad3a0e2410dd9c (patch)
tree6ee9361fc34799b8d1d1c62485dd6f269c6ca7e6 /src/core
parentMerge pull request #2369 from MerryMage/core-frontend (diff)
downloadyuzu-fe2ed4bf72343d85484b33bd56ad3a0e2410dd9c.tar
yuzu-fe2ed4bf72343d85484b33bd56ad3a0e2410dd9c.tar.gz
yuzu-fe2ed4bf72343d85484b33bd56ad3a0e2410dd9c.tar.bz2
yuzu-fe2ed4bf72343d85484b33bd56ad3a0e2410dd9c.tar.lz
yuzu-fe2ed4bf72343d85484b33bd56ad3a0e2410dd9c.tar.xz
yuzu-fe2ed4bf72343d85484b33bd56ad3a0e2410dd9c.tar.zst
yuzu-fe2ed4bf72343d85484b33bd56ad3a0e2410dd9c.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index ee5237096..202cd332b 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -159,6 +159,7 @@ void System::Shutdown() {
Kernel::Shutdown();
HW::Shutdown();
CoreTiming::Shutdown();
+ cpu_core.reset();
LOG_DEBUG(Core, "Shutdown OK");
}