diff options
author | german77 <juangerman-13@hotmail.com> | 2021-04-08 22:19:46 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-04-09 03:40:25 +0200 |
commit | 01928b1d1717871447bc81ba7461f68c314b9eae (patch) | |
tree | 0385d6c3ecb47d14a1557d10f9257262b1ea43af /src/core/hle/service/sockets | |
parent | nsd: Update to 12.x (diff) | |
download | yuzu-01928b1d1717871447bc81ba7461f68c314b9eae.tar yuzu-01928b1d1717871447bc81ba7461f68c314b9eae.tar.gz yuzu-01928b1d1717871447bc81ba7461f68c314b9eae.tar.bz2 yuzu-01928b1d1717871447bc81ba7461f68c314b9eae.tar.lz yuzu-01928b1d1717871447bc81ba7461f68c314b9eae.tar.xz yuzu-01928b1d1717871447bc81ba7461f68c314b9eae.tar.zst yuzu-01928b1d1717871447bc81ba7461f68c314b9eae.zip |
Diffstat (limited to 'src/core/hle/service/sockets')
-rw-r--r-- | src/core/hle/service/sockets/sfdnsres.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/sockets/sfdnsres.cpp b/src/core/hle/service/sockets/sfdnsres.cpp index 3a6329f56..5c71f423c 100644 --- a/src/core/hle/service/sockets/sfdnsres.cpp +++ b/src/core/hle/service/sockets/sfdnsres.cpp @@ -9,8 +9,8 @@ namespace Service::Sockets { SFDNSRES::SFDNSRES(Core::System& system_) : ServiceFramework{system_, "sfdnsres"} { static const FunctionInfo functions[] = { - {0, nullptr, "SetDnsAddressesPrivate"}, - {1, nullptr, "GetDnsAddressPrivate"}, + {0, nullptr, "SetDnsAddressesPrivateRequest"}, + {1, nullptr, "GetDnsAddressPrivateRequest"}, {2, nullptr, "GetHostByNameRequest"}, {3, nullptr, "GetHostByAddrRequest"}, {4, nullptr, "GetHostStringErrorRequest"}, |