mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
In dicformat deconstruct MODE 2 sectors so if they have correct ECC, correct/empty EDC, those fields are not stored in the image.
This commit is contained in:
@@ -252,8 +252,11 @@ namespace DiscImageChef.DiscImages
|
||||
|
||||
enum CdFixFlags : uint
|
||||
{
|
||||
NotDumped = 0x10000000,
|
||||
Correct = 0x20000000
|
||||
NotDumped = 0x10000000,
|
||||
Correct = 0x20000000,
|
||||
Mode2Form1Ok = 0x30000000,
|
||||
Mode2Form2Ok = 0x40000000,
|
||||
Mode2Form2NoCrc = 0x50000000
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user