Increase maximum number of plaintext regions from 32 to 64 in ps3_encryption_map.h

This commit is contained in:
2026-03-25 16:49:24 +00:00
parent d3aea257ed
commit 42c4febd98

View File

@@ -36,7 +36,7 @@ typedef struct Ps3PlaintextRegion
uint32_t end_sector; /**< Last sector of plaintext region (inclusive). */ uint32_t end_sector; /**< Last sector of plaintext region (inclusive). */
} Ps3PlaintextRegion; } 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). * @brief Parse the encryption map from PS3 disc sector 0 (big-endian on disc).