From 635c3dcdf3e2f6c7abac318fc32f9f9158353932 Mon Sep 17 00:00:00 2001 From: xargon Date: Sat, 23 Jul 2022 11:36:57 +0200 Subject: [PATCH] fixed rd config location, ppsspp: inserted a debug line --- global.sh | 2 +- retrodeck.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 "-----------------------------------------------------------"