From 21c1f84a87b64e57ffe7d98b0dab5a9dab2c18f9 Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Thu, 28 Sep 2023 05:21:48 +0200 Subject: [PATCH] Fix WUA conversion not detecting updates --- src/gui/components/wxTitleManagerList.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/components/wxTitleManagerList.cpp b/src/gui/components/wxTitleManagerList.cpp index 93f86fdd..ea0cc3d3 100644 --- a/src/gui/components/wxTitleManagerList.cpp +++ b/src/gui/components/wxTitleManagerList.cpp @@ -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())