fixed rd config location, ppsspp: inserted a debug line

This commit is contained in:
xargon 2022-07-23 11:36:57 +02:00
parent c51ecfefb5
commit 635c3dcdf3
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
# This file is containing some global function needed for the script such as the config file tools # 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() { conf_init() {
# initializing and reading the retrodeck config file # initializing and reading the retrodeck config file

View file

@ -198,6 +198,8 @@ ra_init() {
then then
mv -fv $rdhome/bios/PPSSPP/flash0/font.bak $rdhome/bios/PPSSPP/flash0/font mv -fv $rdhome/bios/PPSSPP/flash0/font.bak $rdhome/bios/PPSSPP/flash0/font
fi fi
read -p "Press enter to continue" # DEBUG
# MSX / SVI / ColecoVision / SG-1000 # MSX / SVI / ColecoVision / SG-1000
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"