diff options
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index 7e52a05d9..f3190e0fa 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -178,6 +178,7 @@ void Init() { | |||
| 178 | /// Shutdown ServiceManager | 178 | /// Shutdown ServiceManager |
| 179 | void Shutdown() { | 179 | void Shutdown() { |
| 180 | PTM::Shutdown(); | 180 | PTM::Shutdown(); |
| 181 | NFC::Shutdown(); | ||
| 181 | NIM::Shutdown(); | 182 | NIM::Shutdown(); |
| 182 | NEWS::Shutdown(); | 183 | NEWS::Shutdown(); |
| 183 | NDM::Shutdown(); | 184 | NDM::Shutdown(); |