mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 09:05:42 +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
|
# 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
|
||||||
|
|
|
@ -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 "-----------------------------------------------------------"
|
||||||
|
|
Loading…
Reference in a new issue