mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add Aaruformat validation and media item type (#29)
* Initial `media` and AaruFormat code * But... why? * Fix AIF reading * Fix D2D, Logiqx cleanup * Minor cleanup * Final cleanup round
This commit is contained in:
@@ -398,13 +398,7 @@ namespace SabreTools.Library.DatItems
|
||||
|
||||
// Disk
|
||||
DatItem_MD5,
|
||||
#if NET_FRAMEWORK
|
||||
DatItem_RIPEMD160,
|
||||
#endif
|
||||
DatItem_SHA1,
|
||||
DatItem_SHA256,
|
||||
DatItem_SHA384,
|
||||
DatItem_SHA512,
|
||||
DatItem_Merge,
|
||||
DatItem_Region,
|
||||
DatItem_Index,
|
||||
@@ -412,6 +406,9 @@ namespace SabreTools.Library.DatItems
|
||||
DatItem_Status,
|
||||
DatItem_Optional,
|
||||
|
||||
// Media
|
||||
DatItem_SHA256,
|
||||
|
||||
// Release
|
||||
DatItem_Language,
|
||||
DatItem_Date,
|
||||
@@ -420,6 +417,11 @@ namespace SabreTools.Library.DatItems
|
||||
DatItem_Bios,
|
||||
DatItem_Size,
|
||||
DatItem_CRC,
|
||||
#if NET_FRAMEWORK
|
||||
DatItem_RIPEMD160,
|
||||
#endif
|
||||
DatItem_SHA384,
|
||||
DatItem_SHA512,
|
||||
DatItem_Offset,
|
||||
DatItem_Inverted,
|
||||
|
||||
@@ -458,6 +460,7 @@ namespace SabreTools.Library.DatItems
|
||||
BiosSet = 4,
|
||||
Archive = 5,
|
||||
Chip = 6,
|
||||
Media = 7,
|
||||
|
||||
Blank = 99, // This is not a real type, only used internally
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user