General code refactor.

This commit is contained in:
2021-08-17 21:23:10 +01:00
parent 4fcaeffc85
commit 75edb759e6
513 changed files with 38377 additions and 48553 deletions

View File

@@ -42,9 +42,7 @@ namespace Aaru.DiscImages
// TODO: There seems no be no clear definition on how to treat pregaps that are not included in the file, so this is just appending it to start of track
// TODO: This format doesn't support to specify pregaps that are included in the file (like Redump ones)
/// <inheritdoc />
/// <summary>
/// Implements reading Dreamcast GDI disc images
/// </summary>
/// <summary>Implements reading Dreamcast GDI disc images</summary>
public sealed partial class Gdi : IOpticalMediaImage
{
ulong _densitySeparationSectors;