aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/acc.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-09-14 00:46:18 -0400
committerGitHub <noreply@github.com>2019-09-14 00:46:18 -0400
commitddfdeea3af1346fb7034896f55f7b8ddfd43f1d3 (patch)
tree33149c3762c71fa42d4fa9a38efafeff3c655d8c /src/core/hle/service/acc/acc.h
parent3cc27e4ddaf6a8c7449b2c2b7c8d9aa7fbf248ad (diff)
parent471b2a42117851aec46467a4b6b59ce6f5f6f421 (diff)
Merge pull request #2667 from DarkLordZach/profile-editor
acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands
Diffstat (limited to 'src/core/hle/service/acc/acc.h')
-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 f651773b7..7a7dc9ec6 100644
--- a/src/core/hle/service/acc/acc.h
+++ b/src/core/hle/service/acc/acc.h
@@ -32,6 +32,7 @@ public:
void IsUserRegistrationRequestPermitted(Kernel::HLERequestContext& ctx);
void TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx);
void IsUserAccountSwitchLocked(Kernel::HLERequestContext& ctx);
+ void GetProfileEditor(Kernel::HLERequestContext& ctx);
private:
ResultCode InitializeApplicationInfoBase(u64 process_id);