diff options
Diffstat (limited to 'src/core/hle/hle.cpp')
| -rw-r--r-- | src/core/hle/hle.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index cd0a400dc..331b1b22a 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp | |||
| @@ -34,8 +34,6 @@ void Reschedule(const char *reason) { | |||
| 34 | 34 | ||
| 35 | void Init() { | 35 | void Init() { |
| 36 | Service::Init(); | 36 | Service::Init(); |
| 37 | ConfigMem::Init(); | ||
| 38 | SharedPage::Init(); | ||
| 39 | 37 | ||
| 40 | g_reschedule = false; | 38 | g_reschedule = false; |
| 41 | 39 | ||
| @@ -43,8 +41,6 @@ void Init() { | |||
| 43 | } | 41 | } |
| 44 | 42 | ||
| 45 | void Shutdown() { | 43 | void Shutdown() { |
| 46 | ConfigMem::Shutdown(); | ||
| 47 | SharedPage::Shutdown(); | ||
| 48 | Service::Shutdown(); | 44 | Service::Shutdown(); |
| 49 | 45 | ||
| 50 | LOG_DEBUG(Kernel, "shutdown OK"); | 46 | LOG_DEBUG(Kernel, "shutdown OK"); |