From 88a1f639330d0137813b67a21a8a93e968925867 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 20 Jan 2025 11:24:19 +0900 Subject: [PATCH] PANCAKES: migration --- functions/prepare_component.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/prepare_component.sh b/functions/prepare_component.sh index 0aff101c..83f5f616 100644 --- a/functions/prepare_component.sh +++ b/functions/prepare_component.sh @@ -638,8 +638,9 @@ prepare_component() { cp -fvr $config/ryujinx/profiles /var/config/Ryujinx/ log d "Replacing placeholders in \"$ryujinxconf\"" sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' "$ryujinxconf" - log i "Since in this version we moved to a PR build of Ryujinx we need to symlink it." # TODO: deleteme later - ln -sv $ryujinxconf "$(dirname $ryujinxconf)/PRConfig.json" # TODO: deleteme later + create_dir "$logs_folder/ryujinx" + create_dir "$mods_folder/ryujinx" + create_dir "$screenshots_folder/ryujinx" fi fi # if [[ "$action" == "reset" ]] || [[ "$action" == "postmove" ]]; then # Run commands that apply to both resets and moves