1
0
Fork 0
forked from suyu/suyu

Compare commits

..

No commits in common. "prerelease-check-fix" and "dev" have entirely different histories.

View file

@ -99,11 +99,9 @@ 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"}, // 15.0.0+
{161, nullptr, "RequireReauthenticationOfNetworkServiceAccount"}, // 16.0.0+
{162, nullptr, "GetRequestForNintendoAccountReauthentication"}, // 18.0.0+
{160, nullptr, "RequiresUpdateNetworkServiceAccountIdTokenCache"},
{161, nullptr, "RequireReauthenticationOfNetworkServiceAccount"},
};
// clang-format on
@ -122,11 +120,6 @@ private:
R_SUCCEED();
}
Result GetNetworkServiceLicenseEx() {
LOG_WARNING(Service_ACC, "(STUBBED) called");
R_SUCCEED();
}
Common::UUID account_id;
};