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).