[XAM] Auto login freshly created profiles if possible

This commit is contained in:
Gliniak 2024-10-06 21:47:28 +02:00
parent 9e4b2e343f
commit 5696d55575
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ bool ProfileManager::CreateProfile(const std::string gamertag,
} }
const bool is_account_created = CreateAccount(xuid, gamertag); const bool is_account_created = CreateAccount(xuid, gamertag);
if (is_account_created && default_xuid) { if (is_account_created) {
Login(xuid); Login(xuid);
} }
return is_account_created; return is_account_created;