summaryrefslogtreecommitdiffstats
path: root/src/core/system.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-08-06 06:51:46 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-08-16 06:03:49 +0200
commit840b85690b5de1e7ca89763ff6ca58cbe9b6d68f (patch)
treea19e41f7c9a273ce89cbd072d93a64f2df087987 /src/core/system.cpp
parentAPT: Adjust shared font hack so it works with the new linear heap code (diff)
downloadyuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar
yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar.gz
yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar.bz2
yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar.lz
yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar.xz
yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar.zst
yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.zip
Diffstat (limited to 'src/core/system.cpp')
-rw-r--r--src/core/system.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/system.cpp b/src/core/system.cpp
index 8d80ef372..3cd84bf5e 100644
--- a/src/core/system.cpp
+++ b/src/core/system.cpp
@@ -29,7 +29,6 @@ void Shutdown() {
HLE::Shutdown();
Kernel::Shutdown();
HW::Shutdown();
- Memory::Shutdown();
CoreTiming::Shutdown();
Core::Shutdown();
}