Clean install: align deletions with NiklasCFW pack script
All checks were successful
Build / Build (push) Successful in 17s

- Remove entire sd:/atmosphere and sd:/switch (lists simplified)
- Add sd:/SaltySD/patches; drop nyx.ini and config/quickntp to match script
- Delete sd:/switch/tinfoil/db after backup restore via clean_post_restore_dirs_to_delete

Made-with: Cursor
This commit is contained in:
2026-04-12 00:34:14 +02:00
parent bff8bc1910
commit 82639a7a86
2 changed files with 16 additions and 180 deletions

View File

@@ -102,6 +102,7 @@ int clean_mode_restore(void) {
set_color(COLOR_GREEN);
gfx_printf(" [OK] Wiederherstellung abgeschlossen\n");
set_color(COLOR_WHITE);
delete_path_list(clean_post_restore_dirs_to_delete, "switch/ (nach Restore)");
}
cleanup_backup();
return res;