aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc_u0.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-05 23:24:47 -0500
committerbunnei <bunneidev@gmail.com>2018-02-08 18:59:23 -0500
commitdc0a137e5b502329cd130c70bea093852233d1df (patch)
tree764e95c96db1d2f8577583f57aba0d93f482b4cb /src/core/hle/service/acc/acc_u0.h
parentdb11c9a0b927a8f1d09f4cdf6bbe524485cb61b4 (diff)
acc_u0: Implement ListAllUsers.
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 b38c2f95e..d7732e75b 100644
--- a/src/core/hle/service/acc/acc_u0.h
+++ b/src/core/hle/service/acc/acc_u0.h
@@ -28,6 +28,7 @@ public:
private:
void GetUserExistence(Kernel::HLERequestContext& ctx);
+ void ListAllUsers(Kernel::HLERequestContext& ctx);
void GetLastOpenedUser(Kernel::HLERequestContext& ctx);
void GetProfile(Kernel::HLERequestContext& ctx);
void InitializeApplicationInfo(Kernel::HLERequestContext& ctx);