service: am: Fix GetMainAppletAvailableUsers for user creation

This commit is contained in:
Narr the Reg 2024-02-14 19:13:43 -06:00
parent 4c967f6a91
commit ae802f2245
3 changed files with 6 additions and 7 deletions

View file

@ -329,9 +329,8 @@ bool ProfileManager::GetProfileBaseAndData(const ProfileInfo& user, ProfileBase&
/// Returns if the system is allowing user registrations or not
bool ProfileManager::CanSystemRegisterUser() const {
return false; // TODO(ogniK): Games shouldn't have
// access to user registration, when we
// emulate qlaunch. Update this to dynamically change.
// TODO: Both games and applets can register users. Determine when this condition is not meet.
return true;
}
bool ProfileManager::RemoveUser(UUID uuid) {