diff options
author | 2025-10-02 20:56:18 +0200 | |
---|---|---|
committer | 2025-10-02 20:56:18 +0200 | |
commit | 460bf2e85b4e1dd01a3b87d18bc932805642079c (patch) | |
tree | ba680682fa225ac11a0e785701ae12f2be610b6e /src/idevicerestore.h | |
parent | fb46a9db2d8d11dc98d2bf6d61754e4c8f185460 (diff) | |
download | idevicerestore-460bf2e85b4e1dd01a3b87d18bc932805642079c.tar.gz idevicerestore-460bf2e85b4e1dd01a3b87d18bc932805642079c.tar.bz2 |
Fix baseband processing with Mav25 (and possibly others too)
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 9d6f5af..ce8686f 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -46,6 +46,7 @@ extern "C" { #define FLAG_ALLOW_RESTORE_MODE (1 << 10) #define FLAG_NO_RESTORE (1 << 11) #define FLAG_IGNORE_ERRORS (1 << 12) +#define FLAG_KEEP_PERS (1 << 13) #define FLAG_IN_PROGRESS (1 << 30) #define RESTORE_VARIANT_ERASE_INSTALL "Erase Install (IPSW)" |