From 47c240b07cdfce1cc54a4e421e05a9ce64a89d76 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 19 Mar 2024 09:18:08 +0100 Subject: [PATCH] CONFIGURATOR: fixed reset all emulators and components entry and GZDoom entry --- rd-submodules/ryujinx | 2 +- tools/configurator.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rd-submodules/ryujinx b/rd-submodules/ryujinx index 35d4fce1..ea1dae93 160000 --- a/rd-submodules/ryujinx +++ b/rd-submodules/ryujinx @@ -1 +1 @@ -Subproject commit 35d4fce1b9959b8568838659ea7e8c239139d3c8 +Subproject commit ea1dae930a6f61388c2b5e05f95bb6ed0120926e diff --git a/tools/configurator.sh b/tools/configurator.sh index ed43979b..101fe6c5 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -1145,7 +1145,7 @@ configurator_reset_dialog() { fi ;; - "Cemu" | "Citra" | "Dolphin" | "Duckstation" | "MelonDS" | "MAME" | "PCSX2" | "PPSSPP" | "Primehack" | "RPCS3" | "Ryujinx" ) + "Cemu" | "Citra" | "Dolphin" | "Duckstation" | "GZDoom" | "MelonDS" | "MAME" | "PCSX2" | "PPSSPP" | "Primehack" | "RPCS3" | "Ryujinx" ) if [[ $(configurator_reset_confirmation_dialog "$component_to_reset" "Are you sure you want to reset the $component_to_reset emulator to default settings?\n\nThis process cannot be undone.") == "true" ]]; then prepare_component "reset" "$component_to_reset" "configurator" configurator_process_complete_dialog "resetting $component_to_reset" @@ -1191,7 +1191,7 @@ configurator_reset_dialog() { esac ;; -"Reset All Emulators" ) +"Reset All Emulators and Components" ) log i "Configurator: opening \"$choice\" menu" if [[ $(check_network_connectivity) == "true" ]]; then if [[ $(configurator_reset_confirmation_dialog "all emulators" "Are you sure you want to reset all emulators to default settings?\n\nThis process cannot be undone.") == "true" ]]; then