summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u1.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-24 18:18:51 +0100
committerLiam <byteslice@airmail.cc>2024-02-25 04:25:34 +0100
commitf297e98a9ecdcf15861310acbaef3b1624552533 (patch)
tree6969b08583d9214e4251a7313ca9d2790b5b865b /src/core/hle/service/acc/acc_u1.cpp
parentfs: add stubs for online web applet (diff)
downloadyuzu-f297e98a9ecdcf15861310acbaef3b1624552533.tar
yuzu-f297e98a9ecdcf15861310acbaef3b1624552533.tar.gz
yuzu-f297e98a9ecdcf15861310acbaef3b1624552533.tar.bz2
yuzu-f297e98a9ecdcf15861310acbaef3b1624552533.tar.lz
yuzu-f297e98a9ecdcf15861310acbaef3b1624552533.tar.xz
yuzu-f297e98a9ecdcf15861310acbaef3b1624552533.tar.zst
yuzu-f297e98a9ecdcf15861310acbaef3b1624552533.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/acc/acc_u1.cpp2
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"},