diff options
author | Lioncash <mathew1800@gmail.com> | 2022-01-21 21:33:18 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-01-21 21:33:22 +0100 |
commit | a271cf89cf74df2783261bbe9c067366f78daf50 (patch) | |
tree | f6f76c8e44a9066fe35b8d515ddbb853fd6910ff /src/core/hle | |
parent | Merge pull request #7755 from v1993/someone-in-here-lacks-system-wide-theming (diff) | |
download | yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar.gz yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar.bz2 yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar.lz yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar.xz yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar.zst yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/acc/acc_su.cpp | 4 | ||||
-rw-r--r-- | src/core/hle/service/acc/acc_u1.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/core/hle/service/acc/acc_su.cpp b/src/core/hle/service/acc/acc_su.cpp index 94a1b8814..f4034d591 100644 --- a/src/core/hle/service/acc/acc_su.cpp +++ b/src/core/hle/service/acc/acc_su.cpp @@ -37,8 +37,8 @@ ACC_SU::ACC_SU(std::shared_ptr<Module> module_, std::shared_ptr<ProfileManager> {130, nullptr, "ActivateOpenContextRetention"}, {140, &ACC_SU::ListQualifiedUsers, "ListQualifiedUsers"}, {150, nullptr, "AuthenticateApplicationAsync"}, - {151, nullptr, "Unknown151"}, - {152, nullptr, "Unknown152"}, + {151, nullptr, "EnsureSignedDeviceIdentifierCacheForNintendoAccountAsync"}, + {152, nullptr, "LoadSignedDeviceIdentifierCacheForNintendoAccount"}, {190, nullptr, "GetUserLastOpenedApplication"}, {191, nullptr, "ActivateOpenContextHolder"}, {200, nullptr, "BeginUserRegistration"}, diff --git a/src/core/hle/service/acc/acc_u1.cpp b/src/core/hle/service/acc/acc_u1.cpp index 6ce7fe8e6..991921984 100644 --- a/src/core/hle/service/acc/acc_u1.cpp +++ b/src/core/hle/service/acc/acc_u1.cpp @@ -37,8 +37,8 @@ ACC_U1::ACC_U1(std::shared_ptr<Module> module_, std::shared_ptr<ProfileManager> {130, nullptr, "ActivateOpenContextRetention"}, {140, &ACC_U1::ListQualifiedUsers, "ListQualifiedUsers"}, {150, nullptr, "AuthenticateApplicationAsync"}, - {151, nullptr, "Unknown151"}, - {152, nullptr, "Unknown152"}, + {151, nullptr, "EnsureSignedDeviceIdentifierCacheForNintendoAccountAsync"}, + {152, nullptr, "LoadSignedDeviceIdentifierCacheForNintendoAccount"}, {190, nullptr, "GetUserLastOpenedApplication"}, {191, nullptr, "ActivateOpenContextHolder"}, {997, nullptr, "DebugInvalidateTokenCacheForUser"}, |