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:
@@ -62,5 +62,8 @@ namespace Aaru.Database.Models
|
||||
|
||||
[DefaultValue(0)]
|
||||
public int OptimalMultipleSectorsRead { get; set; }
|
||||
|
||||
[DefaultValue(false)]
|
||||
public bool CanReadGdRomUsingSwapDisc { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user