diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-24 12:52:32 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-24 18:17:36 -0600 |
| commit | 39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (patch) | |
| tree | 2e9ebbbc43d2886279c106ac7995123c45186633 /src/core/hle/service/acc/acc_su.cpp | |
| parent | ca8a804a3c28f53bba9d1f9080ae15c13f60ce9c (diff) | |
core: Update service function tables to 16.0.0+
Diffstat (limited to 'src/core/hle/service/acc/acc_su.cpp')
| -rw-r--r-- | src/core/hle/service/acc/acc_su.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc_su.cpp b/src/core/hle/service/acc/acc_su.cpp index b6bfd6155..d9882ecd3 100644 --- a/src/core/hle/service/acc/acc_su.cpp +++ b/src/core/hle/service/acc/acc_su.cpp @@ -55,6 +55,10 @@ ACC_SU::ACC_SU(std::shared_ptr<Module> module_, std::shared_ptr<ProfileManager> {290, nullptr, "ProxyProcedureForGuestLoginWithNintendoAccount"}, {291, nullptr, "ProxyProcedureForFloatingRegistrationWithNintendoAccount"}, {299, nullptr, "SuspendBackgroundDaemon"}, + {900, nullptr, "SetUserUnqualifiedForDebug"}, + {901, nullptr, "UnsetUserUnqualifiedForDebug"}, + {902, nullptr, "ListUsersUnqualifiedForDebug"}, + {910, nullptr, "RefreshFirmwareSettingsForDebug"}, {997, nullptr, "DebugInvalidateTokenCacheForUser"}, {998, nullptr, "DebugSetUserStateClose"}, {999, nullptr, "DebugSetUserStateOpen"}, |
