mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
POST-UPDATED: added todos for Cemu in 0.9.0b - part 2 [skip ci]
This commit is contained in:
parent
f426aa0e89
commit
2fcd7ae89c
|
@ -305,12 +305,16 @@ post_update() {
|
|||
# # 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 <mlc_path>RETRODECKHOMEDIR/bios/cemu</mlc_path> in emu-configs/cemu/settings.xml into <mlc_path>RETRODECKHOMEDIR/bios/cemu/mlc</mlc_path>
|
||||
# if [ ! -d "$bios_folder/cemu/mlc" ]; then
|
||||
# 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
|
||||
# if [ -f "/var/data/Cemu/keys.txt" ]; then
|
||||
# log AND ZENITY "Found Cemu keys.txt" in "/var/data/Cemu/keys.txt", for a better compatibility is better to move it into "$bios_folder/cemu/mlc/keys.txt, do you want to continue?
|
||||
# if yes: mv "/var/data/Cemu/keys.txt" "$bios_folder/cemu/mlc/keys.txt"
|
||||
# ln -s "$bios_folder/cemu/mlc/keys.txt" "/var/data/Cemu/keys.txt" <--- AND THIS SHOULD BE EVEN PUT IN THE PREPARATION SCRIPT
|
||||
# fi
|
||||
# fi
|
||||
|
||||
# The following commands are run every time.
|
||||
|
|
Loading…
Reference in a new issue