Add field to indicate if a device can read GD-ROM discs using swap trick.

This commit is contained in:
2020-07-10 17:48:22 +01:00
parent f4aa43c5d4
commit 0bc3de03a0

View File

@@ -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)