diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-11-12 08:54:58 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-11-12 10:32:56 -0500 |
| commit | e21b6ff79ddf7109db6f49e503e2c2e59fe466c7 (patch) | |
| tree | 1c9437b9426af14d3af0566be6d385aea85d16a9 /src/core/hle/service/nfc/nfc.cpp | |
| parent | 8714d40a776f655c644392bc2454ace98064144e (diff) | |
service: Update function tables
Keeps the function tables up to date.
Updated based off information from Switchbrew.
Diffstat (limited to 'src/core/hle/service/nfc/nfc.cpp')
| -rw-r--r-- | src/core/hle/service/nfc/nfc.cpp | 1 |
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"}, |
