aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2016-12-29 23:38:47 +0300
committermailwl <mailwl@gmail.com>2016-12-30 09:40:54 +0300
commitf2985f70808ed8777eb6b51b27bb5686869e01c7 (patch)
treeda59c3c3e853945cd47a91c2c7605ab941f7451f /src/core/hle/service/service.cpp
parentf556d6ee90aae2d81cd9770c0b3259ac88ae8fe4 (diff)
Service/NFC: stub GetTagInRangeEvent
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
Diffstat (limited to 'src/core/hle/service/service.cpp')
-rw-r--r--src/core/hle/service/service.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp
index 7e52a05d94..f3190e0fa9 100644
--- a/src/core/hle/service/service.cpp
+++ b/src/core/hle/service/service.cpp
@@ -178,6 +178,7 @@ void Init() {
/// Shutdown ServiceManager
void Shutdown() {
PTM::Shutdown();
+ NFC::Shutdown();
NIM::Shutdown();
NEWS::Shutdown();
NDM::Shutdown();