summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/acc.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-08-11 02:33:11 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2018-08-11 02:33:11 +0200
commit2a3b335b156552515e28f62df2617d06c241a29a (patch)
tree6b77c702ee96370477c83f10ad341f24175a7bf1 /src/core/hle/service/acc/acc.h
parentDon't add user if the uuid already exists (diff)
downloadyuzu-2a3b335b156552515e28f62df2617d06c241a29a.tar
yuzu-2a3b335b156552515e28f62df2617d06c241a29a.tar.gz
yuzu-2a3b335b156552515e28f62df2617d06c241a29a.tar.bz2
yuzu-2a3b335b156552515e28f62df2617d06c241a29a.tar.lz
yuzu-2a3b335b156552515e28f62df2617d06c241a29a.tar.xz
yuzu-2a3b335b156552515e28f62df2617d06c241a29a.tar.zst
yuzu-2a3b335b156552515e28f62df2617d06c241a29a.zip
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 a9bea77ce..89d92c1c7 100644
--- a/src/core/hle/service/acc/acc.h
+++ b/src/core/hle/service/acc/acc.h
@@ -23,6 +23,7 @@ public:
void GetProfile(Kernel::HLERequestContext& ctx);
void InitializeApplicationInfo(Kernel::HLERequestContext& ctx);
void GetBaasAccountManagerForApplication(Kernel::HLERequestContext& ctx);
+ void IsUserRegistrationRequestPermitted(Kernel::HLERequestContext& ctx);
private:
std::unique_ptr<ProfileManager> profile_manager{};