mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +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
|
break; // prefer the users selection
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
for (const auto& data : m_data)
|
||||||
|
{
|
||||||
if (hasUpdateTitleId && data->entry.title_id == updateTitleId)
|
if (hasUpdateTitleId && data->entry.title_id == updateTitleId)
|
||||||
{
|
{
|
||||||
if (!titleInfo_update.IsValid())
|
if (!titleInfo_update.IsValid())
|
||||||
|
Loading…
Reference in New Issue
Block a user