mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-21 16:49:19 +01:00
Fix WUA conversion not detecting updates
This commit is contained in:
parent
abce406ee8
commit
21c1f84a87
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user