mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-04-05 21:44:17 +00:00
Add Generable sector status to handle regenerable content from metadata
This commit is contained in:
@@ -86,5 +86,9 @@ public enum SectorStatus : byte
|
||||
/// <summary>
|
||||
/// Content originally encrypted but stored decrypted in image.
|
||||
/// </summary>
|
||||
Unencrypted = 0xA
|
||||
Unencrypted = 0xA,
|
||||
/// <summary>
|
||||
/// Content can be regenerated from metadata (e.g. LFG junk fill).
|
||||
/// </summary>
|
||||
Generable = 0xB
|
||||
}
|
||||
Reference in New Issue
Block a user