summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.cpp')
-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 {
311 gpu_core.reset(); 311 gpu_core.reset();
312 perf_stats.reset(); 312 perf_stats.reset();
313 kernel.Shutdown(); 313 kernel.Shutdown();
314 memory.Reset();
314 applet_manager.ClearAll(); 315 applet_manager.ClearAll();
315 316
316 LOG_DEBUG(Core, "Shutdown OK"); 317 LOG_DEBUG(Core, "Shutdown OK");