mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 07:27:49 +00:00
Added IsUserRegistrationRequestPermitted
This commit is contained in:
parent
0f5cedb003
commit
a1d7d82872
7 changed files with 19 additions and 3 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue