summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h
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.h
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc.h b/src/core/hle/service/acc/acc.h
index d4c6395c6..c611efd89 100644
--- a/src/core/hle/service/acc/acc.h
+++ b/src/core/hle/service/acc/acc.h
@@ -34,6 +34,7 @@ public:
void IsUserAccountSwitchLocked(Kernel::HLERequestContext& ctx);
void GetProfileEditor(Kernel::HLERequestContext& ctx);
void ListQualifiedUsers(Kernel::HLERequestContext& ctx);
+ void LoadOpenContext(Kernel::HLERequestContext& ctx);
void ListOpenContextStoredUsers(Kernel::HLERequestContext& ctx);
private: