diff options
| author | Liam <byteslice@airmail.cc> | 2024-02-24 12:18:51 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-02-24 22:25:34 -0500 |
| commit | f297e98a9ecdcf15861310acbaef3b1624552533 (patch) | |
| tree | 6969b08583d9214e4251a7313ca9d2790b5b865b /src/core/hle/service/acc/acc_u1.cpp | |
| parent | 637c54e205091e285ea6ebdba108ac3dae9f0ce0 (diff) | |
acc: add account manager for acc:u1
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"}, |
