aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc_u0.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-04 16:32:01 -0500
committerbunnei <bunneidev@gmail.com>2018-02-04 16:32:01 -0500
commit6674e8e0480b49c36a963eb8028ff5796773fd2a (patch)
tree990864dcba5ee4d27017d09eccbd93db9cd392df /src/core/hle/service/acc/acc_u0.h
parent1ddc18454ed37a0defb34e60e875cdf1e963f77f (diff)
acc_u0: Stub out GetLastOpenedUser.
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 51676e859..b38c2f95e 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 GetLastOpenedUser(Kernel::HLERequestContext& ctx);
void GetProfile(Kernel::HLERequestContext& ctx);
void InitializeApplicationInfo(Kernel::HLERequestContext& ctx);
void GetBaasAccountManagerForApplication(Kernel::HLERequestContext& ctx);