From 86a4bff80a5387aa0b04bf458f43ea0199a20f12 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 17 Jan 2025 10:07:11 +0900 Subject: [PATCH] FINIT: added message to guide users on ROMs and BIOS file locations after setup completion --- functions/other_functions.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/other_functions.sh b/functions/other_functions.sh index 986d610e..992bc2b4 100644 --- a/functions/other_functions.sh +++ b/functions/other_functions.sh @@ -516,6 +516,12 @@ finit() { --text="RetroDECK is finishing the initial setup process, please wait." create_lock + + # Inform the user where to put the ROMs and BIOS files + rd_zenity --info --no-wrap \ + --window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \ + --title "RetroDECK Setup Complete" \ + --text="RetroDECK setup is complete!\n\nPlease place your game files in the following directory: $rdhome/roms\n\nand your BIOS files in: $rdhome/bios\n\nYou can use the BIOS checker tool available trough the RetroDECK Configurator\nor refer to the RetroDECK WIKI for more information about the required BIOS files and their proper paths.\n\nYou can now start using RetroDECK." } install_retrodeck_starterpack() {