diff options
| author | bunnei <bunneidev@gmail.com> | 2020-05-01 22:05:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-01 22:05:37 -0400 |
| commit | 224cf3075ce68b85cf5b20c8e58b9d9922fb4e04 (patch) | |
| tree | 920d8587063ecc08ee51b1ba6dade18bc5c6af02 /src/core/hle/service/acc/acc_su.cpp | |
| parent | 3f4cabfd4d9de981c8f68b7e6832ebf1eea2f841 (diff) | |
| parent | fdbeb90bd0517236bc0ed726d368825eb2d1e4ea (diff) | |
Merge pull request #3812 from ogniK5377/lisst-qualified-users
account: ListQualifiedUsers
Diffstat (limited to 'src/core/hle/service/acc/acc_su.cpp')
| -rw-r--r-- | src/core/hle/service/acc/acc_su.cpp | 2 |
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"}, |
