From 42c4febd98490c4ffd7b158c8721d560bf5b4ec5 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 25 Mar 2026 16:49:24 +0000 Subject: [PATCH] Increase maximum number of plaintext regions from 32 to 64 in ps3_encryption_map.h --- src/ps3/ps3_encryption_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps3/ps3_encryption_map.h b/src/ps3/ps3_encryption_map.h index 3e3299d..66fe494 100644 --- a/src/ps3/ps3_encryption_map.h +++ b/src/ps3/ps3_encryption_map.h @@ -36,7 +36,7 @@ typedef struct Ps3PlaintextRegion uint32_t end_sector; /**< Last sector of plaintext region (inclusive). */ } Ps3PlaintextRegion; -#define PS3_MAX_PLAINTEXT_REGIONS 32 +#define PS3_MAX_PLAINTEXT_REGIONS 64 /** * @brief Parse the encryption map from PS3 disc sector 0 (big-endian on disc).