mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 22:37:52 +00:00
acc_su: Implement GetProfileEditor (205)
Takes a UUID of a user and provides and interface that allows RW access to user data/settings.
This commit is contained in:
parent
9cb38c327a
commit
0bcf3756a8
3 changed files with 13 additions and 1 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
void IsUserRegistrationRequestPermitted(Kernel::HLERequestContext& ctx);
|
||||
void TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx);
|
||||
void IsUserAccountSwitchLocked(Kernel::HLERequestContext& ctx);
|
||||
void GetProfileEditor(Kernel::HLERequestContext& ctx);
|
||||
|
||||
protected:
|
||||
std::shared_ptr<Module> module;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue