summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2021-04-02 17:06:21 -0700
committerGravatar bunnei2021-05-05 16:40:50 -0700
commit340167676828bf4595bc267c927f156a11b288aa (patch)
treea8af50757dcea3878ae928d491f4108d392e29aa /src/core/core.cpp
parentcommon: common_funcs: Add Size helper function. (diff)
downloadyuzu-340167676828bf4595bc267c927f156a11b288aa.tar.gz
yuzu-340167676828bf4595bc267c927f156a11b288aa.tar.xz
yuzu-340167676828bf4595bc267c927f156a11b288aa.zip
core: memory: Add a work-around to allocate and access kernel memory regions by vaddr.
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");