summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc_su.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-07-03 14:57:41 +0200
committerZach Hilman <zachhilman@gmail.com>2019-07-03 14:57:41 +0200
commit471b2a42117851aec46467a4b6b59ce6f5f6f421 (patch)
tree9fb35d086973b6f697035ba5aca3e89b80e31e99 /src/core/hle/service/acc/acc_su.cpp
parentacc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' (diff)
downloadyuzu-471b2a42117851aec46467a4b6b59ce6f5f6f421.tar
yuzu-471b2a42117851aec46467a4b6b59ce6f5f6f421.tar.gz
yuzu-471b2a42117851aec46467a4b6b59ce6f5f6f421.tar.bz2
yuzu-471b2a42117851aec46467a4b6b59ce6f5f6f421.tar.lz
yuzu-471b2a42117851aec46467a4b6b59ce6f5f6f421.tar.xz
yuzu-471b2a42117851aec46467a4b6b59ce6f5f6f421.tar.zst
yuzu-471b2a42117851aec46467a4b6b59ce6f5f6f421.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/acc/acc_su.cpp2
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"},