From 8aede28eb84a078e3bfc7824b99c2e98471ab620 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 10 Feb 2025 14:18:30 +0900 Subject: [PATCH] UNIVERSAL_DYNAMIC_INPUT: if condition fixed --- tools/configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configurator.sh b/tools/configurator.sh index c9a02338..f9f590c8 100755 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -345,7 +345,7 @@ configurator_wii_and_gamecube_presets_and_settings_dialog() { } configurator_dolphin_input_textures_dialog() { - if [[ -d "w" ]]; then + if [[ -d "$dolphinDynamicInputTexturesPath" ]]; then rd_zenity --question \ --no-wrap --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ --title "RetroDECK Configurator - Dolphin Textures: Universal Dynamic Input" \