aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfc/nfc.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-11-24 20:30:58 -0500
committerGitHub <noreply@github.com>2019-11-24 20:30:58 -0500
commit50c7539108492fa5c326e06a823026f15b07d06a (patch)
tree1d7ab9588325efad6ff2fd3445ed13369c2defbf /src/core/hle/service/nfc/nfc.cpp
parent33a6b45a6cc9fef0cbb3b1f65372bb0641e57a21 (diff)
parente21b6ff79ddf7109db6f49e503e2c2e59fe466c7 (diff)
Merge pull request #3094 from lioncash/tables
service: Update function tables
Diffstat (limited to 'src/core/hle/service/nfc/nfc.cpp')
-rw-r--r--src/core/hle/service/nfc/nfc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nfc/nfc.cpp b/src/core/hle/service/nfc/nfc.cpp
index ca88bf97f..b7b34ce7e 100644
--- a/src/core/hle/service/nfc/nfc.cpp
+++ b/src/core/hle/service/nfc/nfc.cpp
@@ -215,6 +215,7 @@ public:
{411, nullptr, "AttachActivateEvent"},
{412, nullptr, "AttachDeactivateEvent"},
{500, nullptr, "SetNfcEnabled"},
+ {510, nullptr, "OutputTestWave"},
{1000, nullptr, "ReadMifare"},
{1001, nullptr, "WriteMifare"},
{1300, nullptr, "SendCommandByPassThrough"},