Added v18.0.0 stubs and updated tzdb_to_nx

This commit is contained in:
darktux 2024-04-05 01:58:30 +02:00 committed by Briar
parent 492d3856e8
commit 2011cdd333
10 changed files with 79 additions and 2 deletions

View file

@ -40,6 +40,7 @@ public:
// clang-format off
static const FunctionInfo functions[] = {
{0, C<&ISystemServiceCreator::CreateSystemLocalCommunicationService>, "CreateSystemLocalCommunicationService"},
{1, nullptr, "CreateClientProcessMonitor"} // 18.0.0+
};
// clang-format on
@ -62,6 +63,7 @@ public:
// clang-format off
static const FunctionInfo functions[] = {
{0, C<&IUserServiceCreator::CreateUserLocalCommunicationService>, "CreateUserLocalCommunicationService"},
{1, nullptr, "CreateClientProcessMonitor"} // 18.0.0+
};
// clang-format on