@ -84,7 +84,8 @@ public:
{ 0 , D < & IManagerForSystemService : : CheckAvailability > , " CheckAvailability " } ,
{ 0 , D < & IManagerForSystemService : : CheckAvailability > , " CheckAvailability " } ,
{ 1 , D < & IManagerForSystemService : : GetAccountId > , " GetAccountId " } ,
{ 1 , D < & IManagerForSystemService : : GetAccountId > , " GetAccountId " } ,
{ 2 , nullptr , " EnsureIdTokenCacheAsync " } ,
{ 2 , nullptr , " EnsureIdTokenCacheAsync " } ,
{ 3 , nullptr , " LoadIdTokenCache " } ,
{ 3 , D < & IManagerForSystemService : : LoadIdTokenCacheDeprecated > , " LoadIdTokenCacheDeprecated " } , // 19.0.0+
{ 4 , D < & IManagerForSystemService : : LoadIdTokenCache > , " LoadIdTokenCache " } , // 19.0.0+
{ 100 , nullptr , " SetSystemProgramIdentification " } ,
{ 100 , nullptr , " SetSystemProgramIdentification " } ,
{ 101 , nullptr , " RefreshNotificationTokenAsync " } , // 7.0.0+
{ 101 , nullptr , " RefreshNotificationTokenAsync " } , // 7.0.0+
{ 110 , nullptr , " GetServiceEntryRequirementCache " } , // 4.0.0+
{ 110 , nullptr , " GetServiceEntryRequirementCache " } , // 4.0.0+
@ -126,6 +127,16 @@ private:
R_SUCCEED ( ) ;
R_SUCCEED ( ) ;
}
}
Result LoadIdTokenCacheDeprecated ( ) {
LOG_WARNING ( Service_ACC , " (STUBBED) called " ) ;
R_SUCCEED ( ) ;
}
Result LoadIdTokenCache ( ) {
LOG_WARNING ( Service_ACC , " (STUBBED) called " ) ;
R_SUCCEED ( ) ;
}
Result GetNetworkServiceLicenseCacheEx ( ) {
Result GetNetworkServiceLicenseCacheEx ( ) {
LOG_DEBUG ( Service_ACC , " (STUBBED) called. " ) ;
LOG_DEBUG ( Service_ACC , " (STUBBED) called. " ) ;
@ -647,7 +658,7 @@ public:
{ 0 , & IManagerForApplication : : CheckAvailability , " CheckAvailability " } ,
{ 0 , & IManagerForApplication : : CheckAvailability , " CheckAvailability " } ,
{ 1 , & IManagerForApplication : : GetAccountId , " GetAccountId " } ,
{ 1 , & IManagerForApplication : : GetAccountId , " GetAccountId " } ,
{ 2 , & IManagerForApplication : : EnsureIdTokenCacheAsync , " EnsureIdTokenCacheAsync " } ,
{ 2 , & IManagerForApplication : : EnsureIdTokenCacheAsync , " EnsureIdTokenCacheAsync " } ,
{ 3 , & IManagerForApplication : : LoadIdTokenCacheDeprecated , " LoadIdTokenCache " } ,
{ 3 , & IManagerForApplication : : LoadIdTokenCacheDeprecated , " LoadIdTokenCacheDeprecated " } ,
{ 4 , & IManagerForApplication : : LoadIdTokenCache , " LoadIdTokenCache " } ,
{ 4 , & IManagerForApplication : : LoadIdTokenCache , " LoadIdTokenCache " } ,
{ 130 , & IManagerForApplication : : GetNintendoAccountUserResourceCacheForApplication , " GetNintendoAccountUserResourceCacheForApplication " } ,
{ 130 , & IManagerForApplication : : GetNintendoAccountUserResourceCacheForApplication , " GetNintendoAccountUserResourceCacheForApplication " } ,
{ 136 , & IManagerForApplication : : GetNintendoAccountUserResourceCacheForApplication , " GetNintendoAccountUserResourceCache " } , // 19.0.0+
{ 136 , & IManagerForApplication : : GetNintendoAccountUserResourceCacheForApplication , " GetNintendoAccountUserResourceCache " } , // 19.0.0+