mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
post_update: force recreating system folders
This commit is contained in:
parent
98bb3e465b
commit
792bfd2c98
|
@ -229,6 +229,11 @@ post_update() {
|
||||||
set_setting_value "$ppssppcontrolsconf" "R" "1-51,10-192" "ppsspp" "ControlMapping"
|
set_setting_value "$ppssppcontrolsconf" "R" "1-51,10-192" "ppsspp" "ControlMapping"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $prev_version -le "073" ]]; then
|
||||||
|
# In version 0.7.3b, there was a bug that prevented the correct creations of the roms/system folders, so we force recreate them.
|
||||||
|
emulationstation --home /var/config/emulationstation --create-system-dirs
|
||||||
|
fi
|
||||||
|
|
||||||
# The following commands are run every time.
|
# The following commands are run every time.
|
||||||
|
|
||||||
if [[ -d "/var/data/dolphin-emu/Load/DynamicInputTextures" ]]; then # Refresh installed textures if they have been enabled
|
if [[ -d "/var/data/dolphin-emu/Load/DynamicInputTextures" ]]; then # Refresh installed textures if they have been enabled
|
||||||
|
|
Loading…
Reference in a new issue