Browse Source

nsd: Update to 12.x

nce_cpp
german77 5 years ago
parent
commit
be739f5597
  1. 1
      src/core/hle/service/sockets/nsd.cpp

1
src/core/hle/service/sockets/nsd.cpp

@ -9,6 +9,7 @@ namespace Service::Sockets {
NSD::NSD(Core::System& system_, const char* name) : ServiceFramework{system_, name} {
// clang-format off
static const FunctionInfo functions[] = {
{5, nullptr, "GetSettingUrl"},
{10, nullptr, "GetSettingName"},
{11, nullptr, "GetEnvironmentIdentifier"},
{12, nullptr, "GetDeviceId"},

Loading…
Cancel
Save