mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Images] Reformat and cleanup.
This commit is contained in:
@@ -39,18 +39,28 @@ namespace Aaru.DiscImages;
|
||||
|
||||
public sealed partial class Cpcdsk
|
||||
{
|
||||
#region IMediaImage Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public ImageInfo Info => _imageInfo;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => Localization.Cpcdsk_Name;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("724B16CC-ADB9-492E-BA07-CAEEC1012B16");
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Format => _extended ? "CPCEMU Extended disk image" : "CPCEMU disk image";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
|
||||
/// <inheritdoc />
|
||||
public List<DumpHardware> DumpHardware => null;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Metadata AaruMetadata => null;
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user