[XAM] Maintain usage of constant XUserIndexAny
This commit is contained in:
@@ -393,7 +393,7 @@ uint8_t ProfileManager::FindFirstFreeProfileSlot() const {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
return XUserIndexAny;
|
||||
}
|
||||
|
||||
std::bitset<XUserMaxUserCount> ProfileManager::GetUsedUserSlots() const {
|
||||
@@ -422,7 +422,7 @@ uint8_t ProfileManager::GetUserIndexAssignedToProfile(
|
||||
|
||||
return index;
|
||||
}
|
||||
return -1;
|
||||
return XUserIndexAny;
|
||||
}
|
||||
|
||||
std::filesystem::path ProfileManager::GetProfileContentPath(
|
||||
|
||||
Reference in New Issue
Block a user