Skip to content
Snippets Groups Projects
Unverified Commit 32da0983 authored by Exverge's avatar Exverge
Browse files

todo

parent b911ac85
No related branches found
No related tags found
No related merge requests found
...@@ -99,9 +99,11 @@ public: ...@@ -99,9 +99,11 @@ public:
{140, nullptr, "GetNetworkServiceLicenseCache"}, // 5.0.0+ {140, nullptr, "GetNetworkServiceLicenseCache"}, // 5.0.0+
{141, nullptr, "RefreshNetworkServiceLicenseCacheAsync"}, // 5.0.0+ {141, nullptr, "RefreshNetworkServiceLicenseCacheAsync"}, // 5.0.0+
{142, nullptr, "RefreshNetworkServiceLicenseCacheAsyncIfSecondsElapsed"}, // 5.0.0+ {142, nullptr, "RefreshNetworkServiceLicenseCacheAsyncIfSecondsElapsed"}, // 5.0.0+
{143, D<&IManagerForSystemService::GetNetworkServiceLicenseEx>, "GetNetworkServiceLicenseCacheEx"}, // 15.0.0+
{150, nullptr, "CreateAuthorizationRequest"}, {150, nullptr, "CreateAuthorizationRequest"},
{160, nullptr, "RequiresUpdateNetworkServiceAccountIdTokenCache"}, {160, nullptr, "RequiresUpdateNetworkServiceAccountIdTokenCache"}, // 15.0.0+
{161, nullptr, "RequireReauthenticationOfNetworkServiceAccount"}, {161, nullptr, "RequireReauthenticationOfNetworkServiceAccount"}, // 16.0.0+
{162, nullptr, "GetRequestForNintendoAccountReauthentication"}, // 18.0.0+
}; };
// clang-format on // clang-format on
...@@ -120,6 +122,11 @@ private: ...@@ -120,6 +122,11 @@ private:
R_SUCCEED(); R_SUCCEED();
} }
Result GetNetworkServiceLicenseEx() {
LOG_WARNING(Service_ACC, "(STUBBED) called");
R_SUCCEED();
}
Common::UUID account_id; Common::UUID account_id;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment