mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Read Lite-On raw DVD buffer
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user