Fix WUA conversion not detecting updates

This commit is contained in:
Exzap 2023-09-28 05:21:48 +02:00
parent abce406ee8
commit 21c1f84a87

View file

@ -274,6 +274,9 @@ void wxTitleManagerList::OnConvertToCompressedFormat(uint64 titleId, uint64 righ
break; // prefer the users selection
}
}
}
for (const auto& data : m_data)
{
if (hasUpdateTitleId && data->entry.title_id == updateTitleId)
{
if (!titleInfo_update.IsValid())