summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2022-01-21 15:33:18 -0500
committerGravatar Lioncash2022-01-21 15:33:22 -0500
commita271cf89cf74df2783261bbe9c067366f78daf50 (patch)
treef6f76c8e44a9066fe35b8d515ddbb853fd6910ff
parentMerge pull request #7755 from v1993/someone-in-here-lacks-system-wide-theming (diff)
downloadyuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar.gz
yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.tar.xz
yuzu-a271cf89cf74df2783261bbe9c067366f78daf50.zip
service/acc: Update unknown function names
Switchbrew has the function names now.
-rw-r--r--src/core/hle/service/acc/acc_su.cpp4
-rw-r--r--src/core/hle/service/acc/acc_u1.cpp4
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>
37 {130, nullptr, "ActivateOpenContextRetention"}, 37 {130, nullptr, "ActivateOpenContextRetention"},
38 {140, &ACC_SU::ListQualifiedUsers, "ListQualifiedUsers"}, 38 {140, &ACC_SU::ListQualifiedUsers, "ListQualifiedUsers"},
39 {150, nullptr, "AuthenticateApplicationAsync"}, 39 {150, nullptr, "AuthenticateApplicationAsync"},
40 {151, nullptr, "Unknown151"}, 40 {151, nullptr, "EnsureSignedDeviceIdentifierCacheForNintendoAccountAsync"},
41 {152, nullptr, "Unknown152"}, 41 {152, nullptr, "LoadSignedDeviceIdentifierCacheForNintendoAccount"},
42 {190, nullptr, "GetUserLastOpenedApplication"}, 42 {190, nullptr, "GetUserLastOpenedApplication"},
43 {191, nullptr, "ActivateOpenContextHolder"}, 43 {191, nullptr, "ActivateOpenContextHolder"},
44 {200, nullptr, "BeginUserRegistration"}, 44 {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>
37 {130, nullptr, "ActivateOpenContextRetention"}, 37 {130, nullptr, "ActivateOpenContextRetention"},
38 {140, &ACC_U1::ListQualifiedUsers, "ListQualifiedUsers"}, 38 {140, &ACC_U1::ListQualifiedUsers, "ListQualifiedUsers"},
39 {150, nullptr, "AuthenticateApplicationAsync"}, 39 {150, nullptr, "AuthenticateApplicationAsync"},
40 {151, nullptr, "Unknown151"}, 40 {151, nullptr, "EnsureSignedDeviceIdentifierCacheForNintendoAccountAsync"},
41 {152, nullptr, "Unknown152"}, 41 {152, nullptr, "LoadSignedDeviceIdentifierCacheForNintendoAccount"},
42 {190, nullptr, "GetUserLastOpenedApplication"}, 42 {190, nullptr, "GetUserLastOpenedApplication"},
43 {191, nullptr, "ActivateOpenContextHolder"}, 43 {191, nullptr, "ActivateOpenContextHolder"},
44 {997, nullptr, "DebugInvalidateTokenCacheForUser"}, 44 {997, nullptr, "DebugInvalidateTokenCacheForUser"},