From dc97677e72c77de2dde1439e75c2bd489413ec03 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Sat, 11 Apr 2026 00:12:45 +0200 Subject: [PATCH] Delete sd:/themes/systemData on update and clean installs Removes cached qlaunch/FW theme extracts so theme-patches apply after firmware updates; clearing atmosphere/contents alone is insufficient. Made-with: Cursor --- source/deletion_lists_clean.h | 1 + source/deletion_lists_update.h | 1 + 2 files changed, 2 insertions(+) diff --git a/source/deletion_lists_clean.h b/source/deletion_lists_clean.h index 6b46e14..3a81b57 100644 --- a/source/deletion_lists_clean.h +++ b/source/deletion_lists_clean.h @@ -265,6 +265,7 @@ static const char* clean_misc_dirs_to_delete[] = { "sd:/SaltySD/flags", "sd:/scripts", "sd:/switch/tinfoil/db", + "sd:/themes/systemData", "sd:/tools", "sd:/warmboot_mariko", NULL diff --git a/source/deletion_lists_update.h b/source/deletion_lists_update.h index fbcddcf..5a188a0 100644 --- a/source/deletion_lists_update.h +++ b/source/deletion_lists_update.h @@ -263,6 +263,7 @@ static const char* misc_dirs_to_delete[] = { "sd:/SaltySD/flags", "sd:/scripts", "sd:/switch/tinfoil/db", + "sd:/themes/systemData", "sd:/tools", "sd:/warmboot_mariko", NULL