aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc_u1.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-07-02 20:36:54 -0400
committerGitHub <noreply@github.com>2020-07-02 20:36:54 -0400
commitaf787e451b0e32c256797515f0be613ccaccbc6f (patch)
tree2a42551940df713a55b12143829c3b5487c4176a /src/core/hle/service/acc/acc_u1.cpp
parentc58e21cd767e7b23d9e71795265456cc1ed13f48 (diff)
parentf0baf2abf2f6b5e5638117998c21daec10820990 (diff)
Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stub
acc: ListOpenContextStoredUsers partial stub
Diffstat (limited to 'src/core/hle/service/acc/acc_u1.cpp')
-rw-r--r--src/core/hle/service/acc/acc_u1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc_u1.cpp b/src/core/hle/service/acc/acc_u1.cpp
index f47004f84..a4aa5316a 100644
--- a/src/core/hle/service/acc/acc_u1.cpp
+++ b/src/core/hle/service/acc/acc_u1.cpp
@@ -20,7 +20,7 @@ ACC_U1::ACC_U1(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> p
{6, nullptr, "GetProfileDigest"}, // 3.0.0+
{50, &ACC_U1::IsUserRegistrationRequestPermitted, "IsUserRegistrationRequestPermitted"},
{51, &ACC_U1::TrySelectUserWithoutInteraction, "TrySelectUserWithoutInteraction"},
- {60, nullptr, "ListOpenContextStoredUsers"}, // 5.0.0 - 5.1.0
+ {60, &ACC_U1::ListOpenContextStoredUsers, "ListOpenContextStoredUsers"}, // 5.0.0 - 5.1.0
{99, nullptr, "DebugActivateOpenContextRetention"}, // 6.0.0+
{100, nullptr, "GetUserRegistrationNotifier"},
{101, nullptr, "GetUserStateChangeNotifier"},