From 792bfd2c98e722c1143a97dac1cdc3544b7de495 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sat, 18 Nov 2023 09:36:17 +0100 Subject: [PATCH] post_update: force recreating system folders --- functions/post_update.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/post_update.sh b/functions/post_update.sh index 69194993..bbc06539 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -229,6 +229,11 @@ post_update() { set_setting_value "$ppssppcontrolsconf" "R" "1-51,10-192" "ppsspp" "ControlMapping" 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. if [[ -d "/var/data/dolphin-emu/Load/DynamicInputTextures" ]]; then # Refresh installed textures if they have been enabled