Read Lite-On raw DVD buffer

This commit is contained in:
Rebecca Wallander
2025-03-15 21:53:45 +01:00
parent 56a81aaf10
commit 1ab023bbc6
17 changed files with 7629 additions and 11046 deletions

View File

@@ -779,6 +779,9 @@ public class TestedMedia
[DisplayName("Can read scrambled DVD sectors using HL-DT-ST cache trick")]
public bool? SupportsHLDTSTReadRawDVD { get; set; }
[DisplayName("Can read scrambled DVD sectors using Lite-On cache trick")]
public bool? SupportsLiteOnReadRawDVD { get; set; }
[DisplayName("Supports NEC READ CD-DA command")]
public bool? SupportsNECReadCDDA { get; set; }
@@ -1155,6 +1158,9 @@ public class TestedMedia
[DisplayName("Data from HL-DT-ST's scrambled DVD reading trick")]
public byte[] HLDTSTReadRawDVDData { get; set; }
[DisplayName("Data from Lite-On's scrambled DVD reading trick")]
public byte[] LiteOnReadRawDVDData { get; set; }
#endregion
}