Various service name fixes - part 2 (rebased) ()

* Updated ACC with more service names

* Updated SVC with more service names

* Updated set with more service names

* Updated sockets with more service names

* Updated SPL with more service names

* Updated time with more service names

* Updated vi with more service names
This commit is contained in:
Hexagon12 2018-04-17 18:37:43 +03:00 committed by bunnei
parent 2dda0b4b18
commit 4c462c91bd
13 changed files with 207 additions and 11 deletions
src/core/hle/service/sockets

View file

@ -30,6 +30,7 @@ SFDNSRES::SFDNSRES() : ServiceFramework("sfdnsres") {
{7, nullptr, "GetNameInfo"},
{8, nullptr, "RequestCancelHandle"},
{9, nullptr, "CancelSocketCall"},
{11, nullptr, "ClearDnsIpServerAddressArray"},
};
RegisterHandlers(functions);
}