diff --git a/export.sh b/export.sh index d89470a1..330f17e1 100644 --- a/export.sh +++ b/export.sh @@ -108,6 +108,7 @@ if [ "$size" -gt 4096 ]; then if [ -d "$emulationPath/bios" ]; then text="$(printf "Do you want to export all your bios?")" zenity --question \ + --title="EmuDeck Export tool" \ --width=450 \ --cancel-label="No" \ --ok-label="Export my bios" \ @@ -156,6 +157,8 @@ if [ "$size" -gt 4096 ]; then text="$(printf "Success!\nNow it's time to:\n1 Install EmuDeck in your new Deck. \n2 Use the Import Tool in your new Deck. \n3 That's all :)")" zenity --info \ + --title="EmuDeck Export tool" \ + --width=350 \ --text="${text}" else diff --git a/functions/EmuScripts/emuDeckRetroArch.sh b/functions/EmuScripts/emuDeckRetroArch.sh index cf2b9a80..136c982f 100644 --- a/functions/EmuScripts/emuDeckRetroArch.sh +++ b/functions/EmuScripts/emuDeckRetroArch.sh @@ -181,8 +181,6 @@ RetroArch_update(){ RetroArch_installCores RetroArch_setUpCoreOptAll RetroArch_setConfigAll - RetroArch_setupConfigurations - } diff --git a/functions/ToolScripts/emuDeckESDE.sh b/functions/ToolScripts/emuDeckESDE.sh index fdf36d59..abd538b0 100644 --- a/functions/ToolScripts/emuDeckESDE.sh +++ b/functions/ToolScripts/emuDeckESDE.sh @@ -13,7 +13,6 @@ steam_input_templateFolder="$HOME/.steam/steam/controller_base/templates/" es_systemsFile="$HOME/.emulationstation/custom_systems/es_systems.xml" es_rulesFile="$HOME/.emulationstation/custom_systems/es_find_rules.xml" es_settingsFile="$HOME/.emulationstation/es_settings.xml" -es_rulesFile="$HOME/.emulationstation/custom_systems/es_find_rules.xml" ESDE_SetAppImageURLS() {