1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-07-23 04:46:49 +00:00

Service/NFC: stub GetTagInRangeEvent

Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
This commit is contained in:
mailwl 2016-12-29 23:38:47 +03:00
parent f556d6ee90
commit f2985f7080
7 changed files with 44 additions and 0 deletions
src/core/hle/service

View file

@ -178,6 +178,7 @@ void Init() {
/// Shutdown ServiceManager
void Shutdown() {
PTM::Shutdown();
NFC::Shutdown();
NIM::Shutdown();
NEWS::Shutdown();
NDM::Shutdown();