diff options
| author | bunnei <bunneidev@gmail.com> | 2020-04-26 04:15:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 04:15:47 -0400 |
| commit | 11e1629d898d5f66bde9817f2453f5a072a2e6a0 (patch) | |
| tree | a4abdaf10d804d4d1fe5af69407b8c86f569a3ed /src/core/hle/service/acc/acc_su.cpp | |
| parent | 7e38dd580f72323985d9331b43bad5ace38e56eb (diff) | |
| parent | 99eaa2e6f2e04a761e2bc3f92b071352ec88a71f (diff) | |
Merge pull request #3744 from lioncash/table2
service: Update function tables
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, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc_su.cpp b/src/core/hle/service/acc/acc_su.cpp index b941c260b..ae88deda5 100644 --- a/src/core/hle/service/acc/acc_su.cpp +++ b/src/core/hle/service/acc/acc_su.cpp @@ -33,8 +33,10 @@ ACC_SU::ACC_SU(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> p {111, nullptr, "ClearSaveDataThumbnail"}, {112, nullptr, "LoadSaveDataThumbnail"}, {113, nullptr, "GetSaveDataThumbnailExistence"}, + {120, nullptr, "ListOpenUsersInApplication"}, {130, nullptr, "ActivateOpenContextRetention"}, {140, nullptr, "ListQualifiedUsers"}, + {150, nullptr, "AuthenticateApplicationAsync"}, {190, nullptr, "GetUserLastOpenedApplication"}, {191, nullptr, "ActivateOpenContextHolder"}, {200, nullptr, "BeginUserRegistration"}, |
