Map methods in firmware 18.0.0

This commit is contained in:
Exverge
2024-04-07 15:54:44 -04:00
parent 77205848af
commit 4a15db8f08
9 changed files with 92 additions and 15 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