From f426aa0e89c74dfff6aa8263a7ee6cf8844d5274 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 18 Mar 2024 21:51:58 +0100 Subject: [PATCH] POST-UPDATED: added todos for Cemu in 0.9.0b [skip ci] --- functions/post_update.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions/post_update.sh b/functions/post_update.sh index 866c3942..1e9be059 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -304,6 +304,13 @@ post_update() { # if [[ $(check_version_is_older_than "0.9.0b") == "true" ]]; then # # Placeholder for version 0.9.0b # rm /var/config/emulationstation/.emulationstation # remving the old symlink to .emulationstation as it might be not needed anymore + # TODO: change RETRODECKHOMEDIR/bios/cemu in emu-configs/cemu/settings.xml into RETRODECKHOMEDIR/bios/cemu/mlc + # if [ ! -d "$bios_folder/cemu/mlc" ]; then + # log i "Cemu MLC folder was moved from \"$bios_folder/cemu\" to \"$bios_folder/cemu/mlc\", migrating it" + # mv -f "$bios_folder/cemu" "$bios_folder/cemu/mlc" + # # TODO: set setting value mlc_path in settings.xml (check prepare script) + # fi + # TODO: we must empty-symlink cemu keys.txt from /var/data/Cemu/keys.txt to $bios_folder/cemu/keys.txt but if itÅ› already in place we should move it # fi # The following commands are run every time.