From 460bf2e85b4e1dd01a3b87d18bc932805642079c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Oct 2025 20:56:18 +0200 Subject: Fix baseband processing with Mav25 (and possibly others too) --- src/idevicerestore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/idevicerestore.h') 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)" -- cgit v1.1-32-gdbae