[XAM] Added property deserialization

This commit is contained in:
Adrian
2025-04-05 19:55:54 +01:00
committed by Radosław Gliński
parent be715f76fa
commit 900a02efff
7 changed files with 37 additions and 14 deletions

View File

@@ -475,7 +475,7 @@ X_STATUS UserTracker::GetProperty(const uint64_t xuid, uint32_t* property_size,
}
*property_size = 0;
const auto property_id = property->property_id;
const auto& property_id = property->property_id;
const auto entry =
std::find_if(user->properties_.cbegin(), user->properties_.cend(),