aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc_u0.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-09-24 11:21:25 -0700
committerGitHub <noreply@github.com>2020-09-24 11:21:25 -0700
commitfa4294cc6f293548bbe167a67dec388d27fd5e25 (patch)
treed04da8602c6786bb1a4b021f4cb02017315c1f5e /src/core/hle/service/acc/acc_u0.cpp
parentd66b897a6d7a2a0bc0a3910fbdb7c1c6028c21d0 (diff)
parent7a504a93650548412cdd41b75098c291be72161c (diff)
Merge pull request #4678 from Morph1984/LoadOpenContext-partial-impl
acc: Partially implement LoadOpenContext
Diffstat (limited to 'src/core/hle/service/acc/acc_u0.cpp')
-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 cb44e06b7..75a24f8f5 100644
--- a/src/core/hle/service/acc/acc_u0.cpp
+++ b/src/core/hle/service/acc/acc_u0.cpp
@@ -29,7 +29,7 @@ ACC_U0::ACC_U0(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> p
{110, nullptr, "StoreSaveDataThumbnail"},
{111, nullptr, "ClearSaveDataThumbnail"},
{120, nullptr, "CreateGuestLoginRequest"},
- {130, nullptr, "LoadOpenContext"}, // 5.0.0+
+ {130, &ACC_U0::LoadOpenContext, "LoadOpenContext"}, // 5.0.0+
{131, &ACC_U0::ListOpenContextStoredUsers, "ListOpenContextStoredUsers"}, // 6.0.0+
{140, &ACC_U0::InitializeApplicationInfoRestricted, "InitializeApplicationInfoRestricted"}, // 6.0.0+
{141, &ACC_U0::ListQualifiedUsers, "ListQualifiedUsers"}, // 6.0.0+