From d4735d8791dd14339091e7727f7d22ff07412bea Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 18 Dec 2024 11:39:41 -0300 Subject: [PATCH] Attempt to change logic of NFD and show error. --- UnleashedRecomp/ui/installer_wizard.cpp | 34 +++++++++++++------------ 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/UnleashedRecomp/ui/installer_wizard.cpp b/UnleashedRecomp/ui/installer_wizard.cpp index 5146a7a2..9574d47c 100644 --- a/UnleashedRecomp/ui/installer_wizard.cpp +++ b/UnleashedRecomp/ui/installer_wizard.cpp @@ -135,6 +135,7 @@ static std::string g_currentMessagePrompt = ""; static bool g_currentMessagePromptConfirmation = false; static std::list g_currentPickerResults; static std::atomic g_currentPickerResultsReady = false; +static std::string g_currentPickerErrorMessage; static std::unique_ptr g_currentPickerThread; static bool g_currentPickerVisible = false; static bool g_currentPickerFolderMode = false; @@ -872,15 +873,15 @@ static bool ConvertPathSet(const nfdpathset_t *pathSet, std::list