diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-27 13:09:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 13:09:36 +0200 |
commit | 23515e0cccf4dd4ce71bbbfcb8620a5437b19fb3 (patch) | |
tree | 0a0a2e747fa90859a583aa5d5e990705e353e446 /src | |
parent | 6205965df9682c3a52adbdcf260e7b24c02b24d4 (diff) |
nfc: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
Diffstat (limited to 'src')
-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"}, |