diff options
| author | mailwl <mailwl@gmail.com> | 2016-12-29 23:38:47 +0300 |
|---|---|---|
| committer | mailwl <mailwl@gmail.com> | 2016-12-30 09:40:54 +0300 |
| commit | f2985f70808ed8777eb6b51b27bb5686869e01c7 (patch) | |
| tree | da59c3c3e853945cd47a91c2c7605ab941f7451f /src/core/hle/service/nfc/nfc_u.cpp | |
| parent | f556d6ee90aae2d81cd9770c0b3259ac88ae8fe4 (diff) | |
Service/NFC: stub GetTagInRangeEvent
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
Diffstat (limited to 'src/core/hle/service/nfc/nfc_u.cpp')
| -rw-r--r-- | src/core/hle/service/nfc/nfc_u.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/nfc/nfc_u.cpp b/src/core/hle/service/nfc/nfc_u.cpp index deffb0b4f..4b5200ae8 100644 --- a/src/core/hle/service/nfc/nfc_u.cpp +++ b/src/core/hle/service/nfc/nfc_u.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_u.h" namespace Service { @@ -18,6 +19,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"}, |
