diff options
| author | 2017-01-03 12:56:02 -0300 | |
|---|---|---|
| committer | 2017-01-03 12:56:02 -0300 | |
| commit | e2de82543bb87a66e13d085a3dd175ce7fa99fea (patch) | |
| tree | 2bd3f68054a8dc7b1ac8995061799ea219e4eee8 /src/core/hle/service/service.cpp | |
| parent | Merge pull request #2390 from jroweboy/bintray (diff) | |
| parent | Service/NFC: stub GetTagInRangeEvent (diff) | |
| download | yuzu-e2de82543bb87a66e13d085a3dd175ce7fa99fea.tar.gz yuzu-e2de82543bb87a66e13d085a3dd175ce7fa99fea.tar.xz yuzu-e2de82543bb87a66e13d085a3dd175ce7fa99fea.zip | |
Merge pull request #2382 from mailwl/nfc
Service/NFC: stub GetTagInRangeEvent
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(); |