summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-09-18 02:45:33 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-09-21 07:01:02 +0200
commit7a504a93650548412cdd41b75098c291be72161c (patch)
tree646533f7f54223b3eb9c530b23bef9178f53c615 /src/core/hle/service/acc/acc_u0.cpp
parentMerge pull request #4692 from ReinUsesLisp/remove-vsync (diff)
downloadyuzu-7a504a93650548412cdd41b75098c291be72161c.tar
yuzu-7a504a93650548412cdd41b75098c291be72161c.tar.gz
yuzu-7a504a93650548412cdd41b75098c291be72161c.tar.bz2
yuzu-7a504a93650548412cdd41b75098c291be72161c.tar.lz
yuzu-7a504a93650548412cdd41b75098c291be72161c.tar.xz
yuzu-7a504a93650548412cdd41b75098c291be72161c.tar.zst
yuzu-7a504a93650548412cdd41b75098c291be72161c.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 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+