todo
All checks were successful
codespell / Check for spelling errors (push) Successful in 11s

This commit is contained in:
Exverge 2024-04-03 21:05:49 -04:00
parent b911ac8516
commit 32da0983d8
Signed by: Exverge
GPG key ID: 19AAFC0AC6A9B35A

View file

@ -99,9 +99,11 @@ public:
{140, nullptr, "GetNetworkServiceLicenseCache"}, // 5.0.0+
{141, nullptr, "RefreshNetworkServiceLicenseCacheAsync"}, // 5.0.0+
{142, nullptr, "RefreshNetworkServiceLicenseCacheAsyncIfSecondsElapsed"}, // 5.0.0+
{143, D<&IManagerForSystemService::GetNetworkServiceLicenseEx>, "GetNetworkServiceLicenseCacheEx"}, // 15.0.0+
{150, nullptr, "CreateAuthorizationRequest"},
{160, nullptr, "RequiresUpdateNetworkServiceAccountIdTokenCache"},
{161, nullptr, "RequireReauthenticationOfNetworkServiceAccount"},
{160, nullptr, "RequiresUpdateNetworkServiceAccountIdTokenCache"}, // 15.0.0+
{161, nullptr, "RequireReauthenticationOfNetworkServiceAccount"}, // 16.0.0+
{162, nullptr, "GetRequestForNintendoAccountReauthentication"}, // 18.0.0+
};
// clang-format on
@ -120,6 +122,11 @@ private:
R_SUCCEED();
}
Result GetNetworkServiceLicenseEx() {
LOG_WARNING(Service_ACC, "(STUBBED) called");
R_SUCCEED();
}
Common::UUID account_id;
};