summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.cpp
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-11-07 01:45:01 +0100
committerDavid Marcec <dmarcecguzman@gmail.com>2018-11-07 01:45:01 +0100
commit92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e (patch)
tree58a1278455c1966f47834630ddf222ae9e53a96e /src/core/hle/service/acc/acc_u0.cpp
parentMerge pull request #1649 from degasus/split_resource_manager (diff)
downloadyuzu-92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e.tar
yuzu-92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e.tar.gz
yuzu-92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e.tar.bz2
yuzu-92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e.tar.lz
yuzu-92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e.tar.xz
yuzu-92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e.tar.zst
yuzu-92fcc6d15a1bf2f3db4e8409bf751a5ec08fa32e.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/acc/acc_u0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc_u0.cpp b/src/core/hle/service/acc/acc_u0.cpp
index 72d4adf35..a4d705b45 100644
--- a/src/core/hle/service/acc/acc_u0.cpp
+++ b/src/core/hle/service/acc/acc_u0.cpp
@@ -17,7 +17,7 @@ ACC_U0::ACC_U0(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> p
{5, &ACC_U0::GetProfile, "GetProfile"},
{6, nullptr, "GetProfileDigest"},
{50, &ACC_U0::IsUserRegistrationRequestPermitted, "IsUserRegistrationRequestPermitted"},
- {51, nullptr, "TrySelectUserWithoutInteraction"},
+ {51, &ACC_U0::TrySelectUserWithoutInteraction, "TrySelectUserWithoutInteraction"},
{60, nullptr, "ListOpenContextStoredUsers"},
{100, &ACC_U0::InitializeApplicationInfo, "InitializeApplicationInfo"},
{101, &ACC_U0::GetBaasAccountManagerForApplication, "GetBaasAccountManagerForApplication"},