Move plugin registers to source generator.

This commit is contained in:
2022-12-14 20:56:08 +00:00
parent b69dad87b2
commit 5fb23f1024
43 changed files with 488 additions and 286 deletions

View File

@@ -44,7 +44,7 @@ using Aaru.Helpers;
using Schemas;
using Marshal = Aaru.Helpers.Marshal;
namespace Aaru.DiscImages.ByteAddressable;
namespace Aaru.DiscImages;
/// <inheritdoc />
/// <summary>Implements support for Sega Mega Drive, 32X, Genesis and Pico cartridge dumps</summary>