Revert "Clean install: use normal switch copy, not .offload-aware"

This reverts commit 335ea03b05.
This commit is contained in:
2026-03-05 17:24:26 +01:00
parent 335ea03b05
commit f943887b39
4 changed files with 7 additions and 12 deletions

View File

@@ -107,9 +107,9 @@ int clean_mode_restore(void) {
return res;
}
// Clean mode: Install files (reuse update copy logic, but normal switch copy no .offload preservation)
// Clean mode: Install files (reuse update mode install)
int clean_mode_install(omninx_variant_t variant) {
return update_mode_install(variant, false);
return update_mode_install(variant);
}
// Remove other staging directories (OmniNX Standard/Light/OC) that exist on SD