MELONDS (sa): fixed config file with sed

This commit is contained in:
Steam Deck User 2022-06-08 14:25:58 +02:00
parent 2126031ddf
commit 724ea011fb
2 changed files with 3 additions and 1 deletions

View file

@ -124,6 +124,8 @@ standalones_init() {
mkdir -pv /var/config/melonDS/
dir_prep "$rdhome/bios" "/var/config/melonDS/bios"
cp -fv $emuconfigs/melonDS.ini /var/config/melonDS/
# Replace ~/retrodeck with $rdhome as ~ cannot be understood by MelonDS
sed -i 's#~/retrodeck#'$rdhome'#g' /var/config/melonDS/melonDS.ini
# CITRA
mkdir -pv /var/config/citra-emu/