diff --git a/global.sh b/global.sh index 280344a8..c3bcfc1e 100755 --- a/global.sh +++ b/global.sh @@ -2,7 +2,7 @@ # This file is containing some global function needed for the script such as the config file tools -rd_conf="/app/retrodeck/retrodeck.cfg" +rd_conf="/var/config/retrodeck/retrodeck.cfg" conf_init() { # initializing and reading the retrodeck config file diff --git a/retrodeck.sh b/retrodeck.sh index a6b1b9e2..127d742b 100644 --- a/retrodeck.sh +++ b/retrodeck.sh @@ -198,6 +198,8 @@ ra_init() { then mv -fv $rdhome/bios/PPSSPP/flash0/font.bak $rdhome/bios/PPSSPP/flash0/font fi + read -p "Press enter to continue" # DEBUG + # MSX / SVI / ColecoVision / SG-1000 echo "-----------------------------------------------------------"