diff options
Diffstat (limited to 'src/core/hle/hle.cpp')
| -rw-r--r-- | src/core/hle/hle.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/core/hle/hle.cpp b/src/core/hle/hle.cpp index b0066e15e..c6764a529 100644 --- a/src/core/hle/hle.cpp +++ b/src/core/hle/hle.cpp | |||
| @@ -11,9 +11,6 @@ | |||
| 11 | #include "core/hle/shared_page.h" | 11 | #include "core/hle/shared_page.h" |
| 12 | #include "core/hle/kernel/thread.h" | 12 | #include "core/hle/kernel/thread.h" |
| 13 | #include "core/hle/service/service.h" | 13 | #include "core/hle/service/service.h" |
| 14 | #include "core/hle/service/fs/archive.h" | ||
| 15 | #include "core/hle/service/cfg/cfg.h" | ||
| 16 | #include "core/hle/service/hid/hid.h" | ||
| 17 | 14 | ||
| 18 | //////////////////////////////////////////////////////////////////////////////////////////////////// | 15 | //////////////////////////////////////////////////////////////////////////////////////////////////// |
| 19 | 16 | ||
| @@ -70,9 +67,6 @@ static void RegisterAllModules() { | |||
| 70 | 67 | ||
| 71 | void Init() { | 68 | void Init() { |
| 72 | Service::Init(); | 69 | Service::Init(); |
| 73 | Service::FS::ArchiveInit(); | ||
| 74 | Service::CFG::CFGInit(); | ||
| 75 | Service::HID::HIDInit(); | ||
| 76 | 70 | ||
| 77 | RegisterAllModules(); | 71 | RegisterAllModules(); |
| 78 | 72 | ||
| @@ -83,9 +77,6 @@ void Init() { | |||
| 83 | } | 77 | } |
| 84 | 78 | ||
| 85 | void Shutdown() { | 79 | void Shutdown() { |
| 86 | Service::HID::HIDShutdown(); | ||
| 87 | Service::CFG::CFGShutdown(); | ||
| 88 | Service::FS::ArchiveShutdown(); | ||
| 89 | Service::Shutdown(); | 80 | Service::Shutdown(); |
| 90 | 81 | ||
| 91 | g_module_db.clear(); | 82 | g_module_db.clear(); |