Revert "Clean install: use normal switch copy, not .offload-aware"
This reverts commit 335ea03b05.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user