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 5216ec5eb3
commit ab35e58984
8 changed files with 2136 additions and 4 deletions

View File

@@ -62,5 +62,8 @@ namespace Aaru.Database.Models
[DefaultValue(0)]
public int OptimalMultipleSectorsRead { get; set; }
[DefaultValue(false)]
public bool CanReadGdRomUsingSwapDisc { get; set; }
}
}