diff options
| author | bunnei <bunneidev@gmail.com> | 2019-09-14 00:46:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-14 00:46:18 -0400 |
| commit | ddfdeea3af1346fb7034896f55f7b8ddfd43f1d3 (patch) | |
| tree | 33149c3762c71fa42d4fa9a38efafeff3c655d8c /src/core/hle/service/acc/acc_su.cpp | |
| parent | 3cc27e4ddaf6a8c7449b2c2b7c8d9aa7fbf248ad (diff) | |
| parent | 471b2a42117851aec46467a4b6b59ce6f5f6f421 (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_su.cpp')
| -rw-r--r-- | src/core/hle/service/acc/acc_su.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc_su.cpp b/src/core/hle/service/acc/acc_su.cpp index 1b7ec3ed0..0d1663657 100644 --- a/src/core/hle/service/acc/acc_su.cpp +++ b/src/core/hle/service/acc/acc_su.cpp @@ -41,7 +41,7 @@ ACC_SU::ACC_SU(std::shared_ptr<Module> module, std::shared_ptr<ProfileManager> p {202, nullptr, "CancelUserRegistration"}, {203, nullptr, "DeleteUser"}, {204, nullptr, "SetUserPosition"}, - {205, nullptr, "GetProfileEditor"}, + {205, &ACC_SU::GetProfileEditor, "GetProfileEditor"}, {206, nullptr, "CompleteUserRegistrationForcibly"}, {210, nullptr, "CreateFloatingRegistrationRequest"}, {230, nullptr, "AuthenticateServiceAsync"}, |
