service: Update function tables

Keeps the service function tables up to date.

Updated based off information on SwitchBrew.
This commit is contained in:
Lioncash
2020-04-20 15:18:23 -04:00
parent 200f69d2ff
commit 99eaa2e6f2
19 changed files with 108 additions and 7 deletions

View File

@ -148,6 +148,7 @@ BSD::BSD(const char* name) : ServiceFramework(name) {
{30, nullptr, "SendMMsg"},
{31, nullptr, "EventFd"},
{32, nullptr, "RegisterResourceStatisticsName"},
{33, nullptr, "Initialize2"},
};
// clang-format on