aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfc/nfc_m.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/nfc/nfc_m.cpp
parentf556d6ee90aae2d81cd9770c0b3259ac88ae8fe4 (diff)
Service/NFC: stub GetTagInRangeEvent
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
Diffstat (limited to 'src/core/hle/service/nfc/nfc_m.cpp')
-rw-r--r--src/core/hle/service/nfc/nfc_m.cpp2
1 files changed, 2 insertions, 0 deletions
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"},