summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_su.cpp
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-04-28 16:37:47 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-04-28 16:37:47 +0200
commita17813c4f4361894fa17a206250bb858a04e2b6b (patch)
tree9e3f8d22e9635beab8f0bc38d31e2fe9373a1c55 /src/core/hle/service/acc/acc_su.cpp
parentMerge pull request #3785 from ogniK5377/set-buffer-count-unit (diff)
downloadyuzu-a17813c4f4361894fa17a206250bb858a04e2b6b.tar
yuzu-a17813c4f4361894fa17a206250bb858a04e2b6b.tar.gz
yuzu-a17813c4f4361894fa17a206250bb858a04e2b6b.tar.bz2
yuzu-a17813c4f4361894fa17a206250bb858a04e2b6b.tar.lz
yuzu-a17813c4f4361894fa17a206250bb858a04e2b6b.tar.xz
yuzu-a17813c4f4361894fa17a206250bb858a04e2b6b.tar.zst
yuzu-a17813c4f4361894fa17a206250bb858a04e2b6b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/acc/acc_su.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc_su.cpp b/src/core/hle/service/acc/acc_su.cpp
index ae88deda5..2eefc6df5 100644
--- a/src/core/hle/service/acc/acc_su.cpp
+++ b/src/core/hle/service/acc/acc_su.cpp
@@ -35,7 +35,7 @@ ACC_SU::ACC_SU(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> p
{113, nullptr, "GetSaveDataThumbnailExistence"},
{120, nullptr, "ListOpenUsersInApplication"},
{130, nullptr, "ActivateOpenContextRetention"},
- {140, nullptr, "ListQualifiedUsers"},
+ {140, &ACC_SU::ListQualifiedUsers, "ListQualifiedUsers"},
{150, nullptr, "AuthenticateApplicationAsync"},
{190, nullptr, "GetUserLastOpenedApplication"},
{191, nullptr, "ActivateOpenContextHolder"},