Kaynağa Gözat

sfdnsres: Use proper names

german77 5 yıl önce
ebeveyn
işleme
01928b1d17
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/core/hle/service/sockets/sfdnsres.cpp

+ 2 - 2
src/core/hle/service/sockets/sfdnsres.cpp

@@ -9,8 +9,8 @@ namespace Service::Sockets {
 
 
 SFDNSRES::SFDNSRES(Core::System& system_) : ServiceFramework{system_, "sfdnsres"} {
 SFDNSRES::SFDNSRES(Core::System& system_) : ServiceFramework{system_, "sfdnsres"} {
     static const FunctionInfo functions[] = {
     static const FunctionInfo functions[] = {
-        {0, nullptr, "SetDnsAddressesPrivate"},
-        {1, nullptr, "GetDnsAddressPrivate"},
+        {0, nullptr, "SetDnsAddressesPrivateRequest"},
+        {1, nullptr, "GetDnsAddressPrivateRequest"},
         {2, nullptr, "GetHostByNameRequest"},
         {2, nullptr, "GetHostByNameRequest"},
         {3, nullptr, "GetHostByAddrRequest"},
         {3, nullptr, "GetHostByAddrRequest"},
         {4, nullptr, "GetHostStringErrorRequest"},
         {4, nullptr, "GetHostStringErrorRequest"},