diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2024-02-26 12:44:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-26 12:44:55 -0500 |
| commit | 79edad25337e408f2b8a5060f7653e1174367360 (patch) | |
| tree | 0552592af3e2f23c7c99985a78f6fb75c6d17de0 /src/core/hle/service/acc/acc_u1.cpp | |
| parent | ce62fa6f7b660614e28631f71dfa34e7487aec7f (diff) | |
| parent | dc50b95a47a9450d784b59a6023d4c2d39011349 (diff) | |
Merge pull request #13159 from liamwhite/web-error
core: enable error applet, add stubs for web applet
Diffstat (limited to 'src/core/hle/service/acc/acc_u1.cpp')
| -rw-r--r-- | src/core/hle/service/acc/acc_u1.cpp | 2 |
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 92f704c2f..eecc94387 100644 --- a/src/core/hle/service/acc/acc_u1.cpp +++ b/src/core/hle/service/acc/acc_u1.cpp @@ -23,7 +23,7 @@ ACC_U1::ACC_U1(std::shared_ptr<Module> module_, std::shared_ptr<ProfileManager> {99, nullptr, "DebugActivateOpenContextRetention"}, {100, nullptr, "GetUserRegistrationNotifier"}, {101, nullptr, "GetUserStateChangeNotifier"}, - {102, nullptr, "GetBaasAccountManagerForSystemService"}, + {102, &ACC_U1::GetBaasAccountManagerForSystemService, "GetBaasAccountManagerForSystemService"}, {103, nullptr, "GetBaasUserAvailabilityChangeNotifier"}, {104, nullptr, "GetProfileUpdateNotifier"}, {105, nullptr, "CheckNetworkServiceAvailabilityAsync"}, |
