mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code clean-up, refactor and commenting.
This commit is contained in:
@@ -44,11 +44,11 @@ namespace Aaru.DiscImages
|
||||
const uint MAX_CACHE_SIZE = 16777216;
|
||||
const uint MAX_CACHED_SECTORS = MAX_CACHE_SIZE / 512;
|
||||
const uint DEFAULT_CLUSTER_SIZE = 1048576;
|
||||
readonly byte[] _parallelsExtMagic =
|
||||
readonly byte[] _extMagic =
|
||||
{
|
||||
0x57, 0x69, 0x74, 0x68, 0x6F, 0x75, 0x46, 0x72, 0x65, 0x53, 0x70, 0x61, 0x63, 0x45, 0x78, 0x74
|
||||
};
|
||||
readonly byte[] _parallelsMagic =
|
||||
readonly byte[] _magic =
|
||||
{
|
||||
0x57, 0x69, 0x74, 0x68, 0x6F, 0x75, 0x74, 0x46, 0x72, 0x65, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user