From 5fe3bf2dea2ea47fd3e2943902f7dfb93fabd05e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 4 Mar 2024 13:46:21 +0100 Subject: [PATCH] INSTALLER: tweaks --- .../defaults/retrodeck/reference_lists/finit_options_list.cfg | 2 +- functions/functions.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emu-configs/defaults/retrodeck/reference_lists/finit_options_list.cfg b/emu-configs/defaults/retrodeck/reference_lists/finit_options_list.cfg index 949859bf..fdf9f19b 100644 --- a/emu-configs/defaults/retrodeck/reference_lists/finit_options_list.cfg +++ b/emu-configs/defaults/retrodeck/reference_lists/finit_options_list.cfg @@ -1,3 +1,3 @@ +true^RetroDECK Steam Controller Profiles Install^Install RetroDECK Steam Input profiles to Steam - Recommended^rd_controller_profile false^RPCS3 Firmware Install^Install firmware needed for PS3 emulation^rpcs3_firmware false^Vita3K Firmware Install^Install firmware needed for Vita3K emulation^vita3k_firmware -true^Install RetroDECK Controller Profile^Install custom RetroDECK controller profile^rd_controller_profile diff --git a/functions/functions.sh b/functions/functions.sh index 2a24fe22..75ab5206 100644 --- a/functions/functions.sh +++ b/functions/functions.sh @@ -413,12 +413,12 @@ finit() { log i "Executing finit" # Internal or SD Card? - local finit_dest_choice=$(configurator_destination_choice_dialog "RetroDECK data" "Welcome to the first configuration of RetroDECK.\nThe setup will be quick but please READ CAREFULLY each message in order to avoid misconfigurations.\n\nWhere do you want your RetroDECK data folder to be located?\n\nThis folder will contain all ROMs, BIOSs and scraped data." ) + local finit_dest_choice=$(configurator_destination_choice_dialog "RetroDECK data" "Welcome to the first setup of RetroDECK.\nPlease carefully read each message prompted during the installation process to avoid any unwanted misconfigurations.\n\nWhere do you want your RetroDECK data folder to be located?\nIn this location a \"retrodeck\" folder will be created.\nThis is the folder that you will use to contain all your important files, such as your own ROMs, BIOSs, Saves and Scraped Data." ) log i "Choice is $finit_dest_choice" case "$finit_dest_choice" in - "Back" | "" ) # Back or X button quits + "Quit" | "" ) # Back or X button quits rm -f "$rd_conf" # Cleanup unfinished retrodeck.cfg if first install is interrupted log i "Now quitting" quit_retrodeck