mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Vita3K: fixed config.yml seds path
This commit is contained in:
parent
63942151a0
commit
bba5d05531
|
@ -685,7 +685,7 @@ prepare_emulator() {
|
|||
# copying config file
|
||||
cp -fvr "$emuconfigs/vita3k/config.yml" "/var/data/Vita3K"
|
||||
# TODO: this step is to be done properly: Replacing RETRODECKHOMEDIR placeholder
|
||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "/var/config/Vita3K/config.yml"
|
||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "/var/data/Vita3K/config.yml"
|
||||
|
||||
# copying vita user config
|
||||
cp -fvr "$emuconfigs/vita3k/ux0" "$bios_folder/Vita3K/Vita3K"
|
||||
|
|
Loading…
Reference in a new issue