mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Filesystems] Reformat and cleanup.
This commit is contained in:
@@ -35,11 +35,18 @@ namespace Aaru.Filesystems;
|
||||
/// <summary>Implements detection of the filesystem used by Nintendo Gamecube and Wii discs</summary>
|
||||
public sealed partial class NintendoPlugin : IFilesystem
|
||||
{
|
||||
const string MODULE_NAME = "Nintendo plugin";
|
||||
|
||||
#region IFilesystem Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => Localization.NintendoPlugin_Name;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("4675fcb4-4418-4288-9e4a-33d6a4ac1126");
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
const string MODULE_NAME = "Nintendo plugin";
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user