diff options
| author | 2015-08-05 21:18:19 -0300 | |
|---|---|---|
| committer | 2015-08-16 01:03:47 -0300 | |
| commit | c39b52f974d5776f3ea347766a88cd5fc8f9f338 (patch) | |
| tree | 327caf134b0026b1a64dc2ef7921fbeda59d34eb /src/core/hle/hle.cpp | |
| parent | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} (diff) | |
| download | yuzu-c39b52f974d5776f3ea347766a88cd5fc8f9f338.tar.gz yuzu-c39b52f974d5776f3ea347766a88cd5fc8f9f338.tar.xz yuzu-c39b52f974d5776f3ea347766a88cd5fc8f9f338.zip | |
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
Diffstat (limited to 'src/core/hle/hle.cpp')
| -rw-r--r-- | src/core/hle/hle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index cd0a400dc..98dc8dd58 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp | |||
| @@ -43,8 +43,6 @@ void Init() { | |||
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | void Shutdown() { | 45 | void Shutdown() { |
| 46 | ConfigMem::Shutdown(); | ||
| 47 | SharedPage::Shutdown(); | ||
| 48 | Service::Shutdown(); | 46 | Service::Shutdown(); |
| 49 | 47 | ||
| 50 | LOG_DEBUG(Kernel, "shutdown OK"); | 48 | LOG_DEBUG(Kernel, "shutdown OK"); |