diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-06-28 10:47:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 10:47:07 +0200 |
commit | bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8 (patch) | |
tree | 4bb3e7243f7957a48a816ab32865f9e36cc0cf6f | |
parent | Merge pull request #4183 from VolcaEM/patch-8 (diff) | |
parent | nfc: Update function table (diff) | |
download | yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar.gz yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar.bz2 yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar.lz yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar.xz yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.tar.zst yuzu-bd590895cf0a5f048b50b2dbca8b60d01e7e4ce8.zip |
-rw-r--r-- | src/core/hle/service/nfc/nfc.cpp | 6 |
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: static const FunctionInfo functions[] = { {0, nullptr, "Initialize"}, {1, nullptr, "Finalize"}, - {2, nullptr, "GetState"}, - {3, nullptr, "IsNfcEnabled"}, - {100, nullptr, "SetNfcEnabled"}, + {2, nullptr, "GetStateOld"}, + {3, nullptr, "IsNfcEnabledOld"}, + {100, nullptr, "SetNfcEnabledOld"}, {400, nullptr, "InitializeSystem"}, {401, nullptr, "FinalizeSystem"}, {402, nullptr, "GetState"}, |