[XAM] Maintain usage of constant XUserIndexAny

This commit is contained in:
Adrian
2024-11-27 17:48:57 +00:00
committed by Radosław Gliński
parent 2b49fc2ddc
commit 3ab712824e
3 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ class ProfileManager {
bool MountProfile(const uint64_t xuid);
bool DismountProfile(const uint64_t xuid);
void Login(const uint64_t xuid, const uint8_t user_index = -1,
void Login(const uint64_t xuid, const uint8_t user_index = XUserIndexAny,
bool notify = true);
void Logout(const uint8_t user_index, bool notify = true);
void LoginMultiple(const std::map<uint8_t, uint64_t>& profiles);