summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-03 02:06:21 +0200
committerbunnei <bunneidev@gmail.com>2021-05-06 01:40:50 +0200
commit340167676828bf4595bc267c927f156a11b288aa (patch)
treea8af50757dcea3878ae928d491f4108d392e29aa /src/core/core.cpp
parentcommon: common_funcs: Add Size helper function. (diff)
downloadyuzu-340167676828bf4595bc267c927f156a11b288aa.tar
yuzu-340167676828bf4595bc267c927f156a11b288aa.tar.gz
yuzu-340167676828bf4595bc267c927f156a11b288aa.tar.bz2
yuzu-340167676828bf4595bc267c927f156a11b288aa.tar.lz
yuzu-340167676828bf4595bc267c927f156a11b288aa.tar.xz
yuzu-340167676828bf4595bc267c927f156a11b288aa.tar.zst
yuzu-340167676828bf4595bc267c927f156a11b288aa.zip
Diffstat (limited to '')
-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 d459d6c34..66500a0d4 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -311,6 +311,7 @@ struct System::Impl {
gpu_core.reset();
perf_stats.reset();
kernel.Shutdown();
+ memory.Reset();
applet_manager.ClearAll();
LOG_DEBUG(Core, "Shutdown OK");