mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
RYUJINX: injecting controllers config
This commit is contained in:
parent
67de237a9d
commit
68dcbd8200
|
@ -594,6 +594,7 @@ prepare_component() {
|
|||
rm -rf /var/config/Ryujinx
|
||||
create_dir /var/config/Ryujinx/system
|
||||
cp -fv $emuconfigs/ryujinx/Config.json $ryujinxconf
|
||||
cp -fvr $emuconfigs/ryujinx/profiles /var/config/Ryujinx/
|
||||
log d "Replacing placeholders in \"$ryujinxconf\""
|
||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "$ryujinxconf"
|
||||
log i "Linking switch nand/saves folder"
|
||||
|
|
Loading…
Reference in a new issue