mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
VITA3K: fixes
This commit is contained in:
parent
73c73b80a3
commit
f49ba38756
|
@ -42,7 +42,7 @@ background-alpha: 0.300000012
|
|||
log-level: 0
|
||||
cpu-backend: Dynarmic
|
||||
cpu-opt: true
|
||||
pref-path: RETRODECKHOMEDIR/bios/Vita3K/Vita3K/
|
||||
pref-path: RETRODECKHOMEDIR/bios/Vita3K/
|
||||
discord-rich-presence: true
|
||||
wait-for-debugger: false
|
||||
color-surface-debug: false
|
||||
|
|
|
@ -683,9 +683,9 @@ prepare_emulator() {
|
|||
rm -f "/var/data/Vita3K/update-vita3k.sh"
|
||||
|
||||
# copying config file
|
||||
cp -fvr "$emuconfigs/vita3k/config.yml" "/var/data/Vita3K"
|
||||
cp -fvr "$emuconfigs/vita3k/config.yml" "/var/config/Vita3K"
|
||||
# TODO: this step is to be done properly: Replacing RETRODECKHOMEDIR placeholder
|
||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "/var/data/Vita3K/config.yml"
|
||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "/var/config/Vita3K/config.yml"
|
||||
|
||||
# copying vita user config
|
||||
cp -fvr "$emuconfigs/vita3k/ux0" "$bios_folder/Vita3K/Vita3K"
|
||||
|
|
Loading…
Reference in a new issue