Browse Source

Merge pull request #4186 from VolcaEM/patch-11

ldn: Update function table
pull/15/merge
David 6 years ago
committed by GitHub
parent
commit
477979dd43
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/hle/service/ldn/ldn.cpp

1
src/core/hle/service/ldn/ldn.cpp

@ -69,6 +69,7 @@ public:
{101, nullptr, "GetNetworkInfoLatestUpdate"},
{102, nullptr, "Scan"},
{103, nullptr, "ScanPrivate"},
{104, nullptr, "SetWirelessControllerRestriction"},
{200, nullptr, "OpenAccessPoint"},
{201, nullptr, "CloseAccessPoint"},
{202, nullptr, "CreateNetwork"},

Loading…
Cancel
Save