diff options
author | german77 <juangerman-13@hotmail.com> | 2021-04-08 22:17:22 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-04-09 03:40:25 +0200 |
commit | ff1201210c364bf5a350295cd1c4f2983c97ce1a (patch) | |
tree | d572b0d76159b04f917601549c0078c5e8d8c5fe | |
parent | ethc: Update to 12.x (diff) | |
download | yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar.gz yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar.bz2 yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar.lz yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar.xz yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar.zst yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/sockets/nsd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/sockets/nsd.cpp b/src/core/hle/service/sockets/nsd.cpp index 51c3739bb..1159debc5 100644 --- a/src/core/hle/service/sockets/nsd.cpp +++ b/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"}, |