mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
fixed rd config location, ppsspp: inserted a debug line
This commit is contained in:
parent
c51ecfefb5
commit
635c3dcdf3
|
@ -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
|
||||
|
|
|
@ -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 "-----------------------------------------------------------"
|
||||
|
|
Loading…
Reference in a new issue