summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar german772021-04-08 14:17:22 -0600
committerGravatar german772021-04-08 19:40:25 -0600
commitff1201210c364bf5a350295cd1c4f2983c97ce1a (patch)
treed572b0d76159b04f917601549c0078c5e8d8c5fe /src
parentethc: Update to 12.x (diff)
downloadyuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar.gz
yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.tar.xz
yuzu-ff1201210c364bf5a350295cd1c4f2983c97ce1a.zip
nsd: Update to 12.x
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/sockets/nsd.cpp1
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 {
9NSD::NSD(Core::System& system_, const char* name) : ServiceFramework{system_, name} { 9NSD::NSD(Core::System& system_, const char* name) : ServiceFramework{system_, name} {
10 // clang-format off 10 // clang-format off
11 static const FunctionInfo functions[] = { 11 static const FunctionInfo functions[] = {
12 {5, nullptr, "GetSettingUrl"},
12 {10, nullptr, "GetSettingName"}, 13 {10, nullptr, "GetSettingName"},
13 {11, nullptr, "GetEnvironmentIdentifier"}, 14 {11, nullptr, "GetEnvironmentIdentifier"},
14 {12, nullptr, "GetDeviceId"}, 15 {12, nullptr, "GetDeviceId"},