Merge pull request #3094 from lioncash/tables

service: Update function tables
This commit is contained in:
bunnei 2019-11-24 20:30:58 -05:00 committed by GitHub
commit 50c7539108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 192 additions and 7 deletions

View file

@ -172,7 +172,7 @@ public:
{6, &Shell::GetApplicationPid, "GetApplicationPid"},
{7, nullptr, "BoostSystemMemoryResourceLimit"},
{8, nullptr, "EnableAdditionalSystemThreads"},
{9, nullptr, "GetUnimplementedEventHandle"},
{9, nullptr, "GetBootFinishedEventHandle"},
};
// clang-format on