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:
@@ -60,8 +60,9 @@ namespace DiscImageChef.Partitions
|
||||
|
||||
const uint XBOX360_DEVKIT_MAGIC = 0x00020000;
|
||||
|
||||
public string Name => "Xbox partitioning";
|
||||
public Guid Id => new Guid("E3F6FB91-D358-4F22-A550-81E92D50EB78");
|
||||
public string Name => "Xbox partitioning";
|
||||
public Guid Id => new Guid("E3F6FB91-D358-4F22-A550-81E92D50EB78");
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
public bool GetInformation(IMediaImage imagePlugin, out List<Partition> partitions, ulong sectorOffset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user