Merge pull request #2667 from DarkLordZach/profile-editor

acc: Implement IProfileEditor interface and 'Store'/'StoreWithImage' commands
This commit is contained in:
bunnei 2019-09-14 00:46:18 -04:00 committed by GitHub
commit ddfdeea3af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 130 additions and 10 deletions

View file

@ -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);