[XAM] Added property deserialization
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user