From bfc938d9c9dd87fd6d00615cf61642a1995c04c5 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 7 Apr 2022 22:00:44 +0900 Subject: [PATCH] Various bugfixes --- retrodeck.sh | 4 ++-- tools/start-retroarch.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/retrodeck.sh b/retrodeck.sh index dadd3c21..c2d198be 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -64,7 +64,7 @@ then cp /app/retrodeck/retrodeck-retroarch.cfg /var/config/retroarch/retroarch.cfg - mkdir -p /var/config/emulationstation/.emulationstation/gamelists/tools/ + mkdir -p /var/config/emulationstation/.emulationstation/custom_systems/tools/ cp /app/retrodeck/tools-gamelist.xml /var/config/emulationstation/.emulationstation/custom_systems/tools/gamelist.xml mkdir -p /var/config/retroarch/cores/ @@ -72,7 +72,7 @@ then touch ~/retrodeck/.lock - kdialog --title "RetroDECK" --msgbox "Initialization completed, please put your roms in: $roms_folder.\nIf you wish to change the roms location you may use the tool located the tools section of RetroDECK (coming soon)." + kdialog --title "RetroDECK" --msgbox "Initialization completed.\nplease put your roms in:\n\n$roms_folder.\n\nIf you wish to change the roms location, you may use the tool located the tools section of RetroDECK." else emulationstation --home /var/config/emulationstation fi diff --git a/tools/start-retroarch.sh b/tools/start-retroarch.sh index 11de5e1a..621a1b24 100644 --- a/tools/start-retroarch.sh +++ b/tools/start-retroarch.sh @@ -1,5 +1,5 @@ #!/bin/bash -kdialog --title "RetroDECK" --warningyesno "Doing some changes in the RetroArch configuration may create serious issues, please continue only if you know what you're doing. Are you sure do you want to continue?" +kdialog --title "RetroDECK" --warningyesno "Doing some changes in the RetroArch configuration may create serious issues, please continue only if you know what you're doing.\n\nDo you want to continue?" if [ $? == 0 ]; then retroarch \ No newline at end of file