mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add "Author" field to plugins.
This commit is contained in:
@@ -44,8 +44,9 @@ namespace DiscImageChef.Partitions
|
||||
{
|
||||
const uint X68K_MAGIC = 0x5836384B;
|
||||
|
||||
public string Name => "Human 68k partitions";
|
||||
public Guid Id => new Guid("246A6D93-4F1A-1F8A-344D-50187A5513A9");
|
||||
public string Name => "Human 68k partitions";
|
||||
public Guid Id => new Guid("246A6D93-4F1A-1F8A-344D-50187A5513A9");
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
public bool GetInformation(IMediaImage imagePlugin, out List<Partition> partitions, ulong sectorOffset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user