From f2985f70808ed8777eb6b51b27bb5686869e01c7 Mon Sep 17 00:00:00 2001 From: mailwl Date: Thu, 29 Dec 2016 23:38:47 +0300 Subject: Service/NFC: stub GetTagInRangeEvent Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge --- src/core/hle/service/nfc/nfc_m.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/service/nfc/nfc_m.cpp') diff --git a/src/core/hle/service/nfc/nfc_m.cpp b/src/core/hle/service/nfc/nfc_m.cpp index 717335c11..f43b4029a 100644 --- a/src/core/hle/service/nfc/nfc_m.cpp +++ b/src/core/hle/service/nfc/nfc_m.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include "core/hle/service/nfc/nfc.h" #include "core/hle/service/nfc/nfc_m.h" namespace Service { @@ -19,6 +20,7 @@ const Interface::FunctionInfo FunctionTable[] = { {0x00070000, nullptr, "LoadAmiiboData"}, {0x00080000, nullptr, "ResetTagScanState"}, {0x00090002, nullptr, "UpdateStoredAmiiboData"}, + {0x000B0000, GetTagInRangeEvent, "GetTagInRangeEvent"}, {0x000D0000, nullptr, "GetTagState"}, {0x000F0000, nullptr, "CommunicationGetStatus"}, {0x00100000, nullptr, "GetTagInfo2"}, -- cgit v1.2.3