diff options
| author | 2015-08-06 01:51:46 -0300 | |
|---|---|---|
| committer | 2015-08-16 01:03:49 -0300 | |
| commit | 840b85690b5de1e7ca89763ff6ca58cbe9b6d68f (patch) | |
| tree | a19e41f7c9a273ce89cbd072d93a64f2df087987 /src/core/system.cpp | |
| parent | APT: Adjust shared font hack so it works with the new linear heap code (diff) | |
| download | yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar.gz yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.tar.xz yuzu-840b85690b5de1e7ca89763ff6ca58cbe9b6d68f.zip | |
Kernel: Remove unused legacy heap MapBlock_* functions
Diffstat (limited to 'src/core/system.cpp')
| -rw-r--r-- | src/core/system.cpp | 1 |
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() { | |||
| 29 | HLE::Shutdown(); | 29 | HLE::Shutdown(); |
| 30 | Kernel::Shutdown(); | 30 | Kernel::Shutdown(); |
| 31 | HW::Shutdown(); | 31 | HW::Shutdown(); |
| 32 | Memory::Shutdown(); | ||
| 33 | CoreTiming::Shutdown(); | 32 | CoreTiming::Shutdown(); |
| 34 | Core::Shutdown(); | 33 | Core::Shutdown(); |
| 35 | } | 34 | } |