summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar David2020-06-28 18:47:07 +1000
committerGravatar GitHub2020-06-28 18:47:07 +1000
commitbd590895cf0a5f048b50b2dbca8b60d01e7e4ce8 (patch)
tree4bb3e7243f7957a48a816ab32865f9e36cc0cf6f
parentMerge pull request #4183 from VolcaEM/patch-8 (diff)
parentnfc: Update function table (diff)
downloadyuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar.gz
yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar.xz
yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.zip
Merge pull request #4190 from VolcaEM/patch-15
nfc: Update function table
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfc/nfc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/nfc/nfc.cpp b/src/core/hle/service/nfc/nfc.cpp
index b7b34ce7e..780ea30fe 100644
--- a/src/core/hle/service/nfc/nfc.cpp
+++ b/src/core/hle/service/nfc/nfc.cpp
@@ -198,9 +198,9 @@ public:
198 static const FunctionInfo functions[] = { 198 static const FunctionInfo functions[] = {
199 {0, nullptr, "Initialize"}, 199 {0, nullptr, "Initialize"},
200 {1, nullptr, "Finalize"}, 200 {1, nullptr, "Finalize"},
201 {2, nullptr, "GetState"}, 201 {2, nullptr, "GetStateOld"},
202 {3, nullptr, "IsNfcEnabled"}, 202 {3, nullptr, "IsNfcEnabledOld"},
203 {100, nullptr, "SetNfcEnabled"}, 203 {100, nullptr, "SetNfcEnabledOld"},
204 {400, nullptr, "InitializeSystem"}, 204 {400, nullptr, "InitializeSystem"},
205 {401, nullptr, "FinalizeSystem"}, 205 {401, nullptr, "FinalizeSystem"},
206 {402, nullptr, "GetState"}, 206 {402, nullptr, "GetState"},