Browse Source

nfc: Update function table

This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
nce_cpp
VolcaEM 6 years ago
committed by GitHub
parent
commit
a1e5cfa4b6
  1. 6
      src/core/hle/service/nfc/nfc.cpp

6
src/core/hle/service/nfc/nfc.cpp

@ -198,9 +198,9 @@ public:
static const FunctionInfo functions[] = { static const FunctionInfo functions[] = {
{0, nullptr, "Initialize"}, {0, nullptr, "Initialize"},
{1, nullptr, "Finalize"}, {1, nullptr, "Finalize"},
{2, nullptr, "GetState"},
{3, nullptr, "IsNfcEnabled"},
{100, nullptr, "SetNfcEnabled"},
{2, nullptr, "GetStateOld"},
{3, nullptr, "IsNfcEnabledOld"},
{100, nullptr, "SetNfcEnabledOld"},
{400, nullptr, "InitializeSystem"}, {400, nullptr, "InitializeSystem"},
{401, nullptr, "FinalizeSystem"}, {401, nullptr, "FinalizeSystem"},
{402, nullptr, "GetState"}, {402, nullptr, "GetState"},

Loading…
Cancel
Save