mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
RETROARCH: fixed core info path even in post_update
This commit is contained in:
parent
a3edeb9f25
commit
f9deca8866
|
@ -374,8 +374,12 @@ post_update() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if [[ $(check_version_is_older_than "0.9.0b") == "true" ]]; then
|
if [[ $(check_version_is_older_than "0.9.0b") == "true" ]]; then
|
||||||
# # Placeholder for version 0.9.0b
|
# Placeholder for version 0.9.0b
|
||||||
|
|
||||||
|
set_setting_value "$raconf" "libretro_info_path" "/var/config/retroarch/cores" "retroarch"
|
||||||
|
|
||||||
|
# TODO: check this
|
||||||
# rm /var/config/emulationstation/.emulationstation # remving the old symlink to .emulationstation as it might be not needed anymore
|
# 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 config/cemu/settings.xml into <mlc_path>RETRODECKHOMEDIR/bios/cemu/mlc</mlc_path>
|
# TODO: change <mlc_path>RETRODECKHOMEDIR/bios/cemu</mlc_path> in config/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
|
||||||
|
@ -391,7 +395,7 @@ post_update() {
|
||||||
# TODO: is this true?
|
# TODO: is this true?
|
||||||
# log i "Since in this version we restored Ryujinx to a main buikd we don't need the symlink anymore."
|
# log i "Since in this version we restored Ryujinx to a main buikd we don't need the symlink anymore."
|
||||||
# rm "$(dirname $ryujinxconf)/PRConfig.json"
|
# rm "$(dirname $ryujinxconf)/PRConfig.json"
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
# The following commands are run every time.
|
# The following commands are run every time.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue