From b1ae1874016bfad1efca901bd8e6972ac0234716 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 17 Mar 2024 11:34:49 +0100 Subject: [PATCH] ES-DE: fixed the bug where the system folders were not generated --- functions/global.sh | 1 + functions/post_update.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/functions/global.sh b/functions/global.sh index 70a603f2..40f4fbcd 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -64,6 +64,7 @@ citraconf="/var/config/citra-emu/qt-config.ini" # ES-DE config files +export ESDE_APPDATA_DIR="/var/config/ES-DE" es_settings="/var/config/ES-DE/settings/es_settings.xml" # RetroArch config files diff --git a/functions/post_update.sh b/functions/post_update.sh index fa0b5a5a..866c3942 100644 --- a/functions/post_update.sh +++ b/functions/post_update.sh @@ -296,7 +296,8 @@ post_update() { dir_prep "$bios_folder/switch/firmware" "$bios_folder/switch/registered" log i "New systems were added in this version, regenerating system folders." - es-de --home "/var/config/" --create-system-dirs + #es-de --home "/var/config/" --create-system-dirs + es-de --create-system-dirs fi