mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add field to indicate if a device can read GD-ROM discs using swap trick.
This commit is contained in:
@@ -169,6 +169,8 @@ namespace Aaru.Dto
|
||||
|
||||
public int OptimalMultipleSectorsRead { get; set; }
|
||||
|
||||
public bool CanReadGdRomUsingSwapDisc { get; set; }
|
||||
|
||||
public new int Id { get; set; }
|
||||
|
||||
static TestedMedia ClearBinaries(TestedMedia media)
|
||||
|
||||
Reference in New Issue
Block a user