diff --git a/Aaru.Core/Image/Convert/PS3/Ps3EncryptionMap.cs b/Aaru.Core/Image/Convert/PS3/Ps3EncryptionMap.cs index 25570cecb..7f0c47805 100644 --- a/Aaru.Core/Image/Convert/PS3/Ps3EncryptionMap.cs +++ b/Aaru.Core/Image/Convert/PS3/Ps3EncryptionMap.cs @@ -15,7 +15,7 @@ struct Ps3PlaintextRegion /// PS3 encryption map: plaintext region parsing, serialization, and lookup. static class Ps3EncryptionMap { - const int MAX_PLAINTEXT_REGIONS = 32; + const int MAX_PLAINTEXT_REGIONS = 64; /// /// Parses the encryption map from PS3 disc sector 0 (big-endian on disc). diff --git a/Directory.Packages.props b/Directory.Packages.props index 765fac3da..b3395becc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -21,7 +21,7 @@ - +