summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-25 08:29:56 +0100
committerbunnei <bunneidev@gmail.com>2020-12-29 06:33:34 +0100
commit06f8c3dc01d29d3e2926edd4c9689dccda085d1f (patch)
tree76be768d15149341ac1ba215d6d51d5b3c2d8f03
parentcore: hle: kernel: Clear process list on boot. (diff)
downloadyuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar
yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.gz
yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.bz2
yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.lz
yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.xz
yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.tar.zst
yuzu-06f8c3dc01d29d3e2926edd4c9689dccda085d1f.zip
-rw-r--r--src/core/core.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 4dc31ce66..1a2002dec 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -307,7 +307,6 @@ struct System::Impl {
service_manager.reset();
cheat_engine.reset();
telemetry_session.reset();
- device_memory.reset();
// Close all CPU/threading state
cpu_manager.Shutdown();