mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-04-05 21:44:17 +00:00
Add PS3 related media tags.
This commit is contained in:
@@ -393,7 +393,22 @@ public enum MediaTagType
|
||||
Floppy_WriteProtection = 75,
|
||||
/// <summary>Nintendo Wii U Disc Key</summary>
|
||||
[Description("Nintendo Wii U Disc Key")]
|
||||
WiiUDiscKey = 76
|
||||
WiiUDiscKey = 76,
|
||||
/// <summary>PS3 derived disc key (16 bytes)</summary>
|
||||
[Description("PS3 derived disc key")]
|
||||
PS3_DiscKey = 77,
|
||||
/// <summary>PS3 data 1 key (16 bytes, from disc)</summary>
|
||||
[Description("PS3 data1 key")]
|
||||
PS3_Data1 = 78,
|
||||
/// <summary>PS3 data 2 key (16 bytes, from disc)</summary>
|
||||
[Description("PS3 data2 key")]
|
||||
PS3_Data2 = 79,
|
||||
/// <summary>PS3 PIC data (115 bytes, from disc lead-in)</summary>
|
||||
[Description("PS3 PIC data")]
|
||||
PS3_PIC = 80,
|
||||
/// <summary>PS3 encryption region map (serialized from sector 0)</summary>
|
||||
[Description("PS3 encryption region map")]
|
||||
PS3_EncryptionMap = 81
|
||||
}
|
||||
|
||||
/// <summary>Enumeration of media types defined in metadata</summary>
|
||||
|
||||
Reference in New Issue
Block a user