mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-04-05 21:51:03 +00:00
Increase maximum number of plaintext regions from 32 to 64 in ps3_encryption_map.h
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user