summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_u0.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-19 23:39:41 +0100
committerbunnei <bunneidev@gmail.com>2018-02-19 23:39:41 +0100
commit678574972ad9ad9e018810663aee122bd6b00234 (patch)
tree742a7dce5c5ad73d64653ebd964d2056d651ef6c /src/core/hle/service/acc/acc_u0.h
parentservice: Add Friend service interface. (diff)
downloadyuzu-678574972ad9ad9e018810663aee122bd6b00234.tar
yuzu-678574972ad9ad9e018810663aee122bd6b00234.tar.gz
yuzu-678574972ad9ad9e018810663aee122bd6b00234.tar.bz2
yuzu-678574972ad9ad9e018810663aee122bd6b00234.tar.lz
yuzu-678574972ad9ad9e018810663aee122bd6b00234.tar.xz
yuzu-678574972ad9ad9e018810663aee122bd6b00234.tar.zst
yuzu-678574972ad9ad9e018810663aee122bd6b00234.zip
Diffstat (limited to 'src/core/hle/service/acc/acc_u0.h')
-rw-r--r--src/core/hle/service/acc/acc_u0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/acc_u0.h b/src/core/hle/service/acc/acc_u0.h
index d7732e75b..222f37282 100644
--- a/src/core/hle/service/acc/acc_u0.h
+++ b/src/core/hle/service/acc/acc_u0.h
@@ -29,6 +29,7 @@ public:
private:
void GetUserExistence(Kernel::HLERequestContext& ctx);
void ListAllUsers(Kernel::HLERequestContext& ctx);
+ void ListOpenUsers(Kernel::HLERequestContext& ctx);
void GetLastOpenedUser(Kernel::HLERequestContext& ctx);
void GetProfile(Kernel::HLERequestContext& ctx);
void InitializeApplicationInfo(Kernel::HLERequestContext& ctx);