mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix invalid extension for Mega Drive image.
This commit is contained in:
@@ -352,7 +352,7 @@ public class SegaMegaDrive : IByteAddressableImage
|
||||
/// <inheritdoc />
|
||||
public IEnumerable<string> KnownExtensions => new[]
|
||||
{
|
||||
".smd", ".md", ".z64"
|
||||
".smd", ".md"
|
||||
};
|
||||
/// <inheritdoc />
|
||||
public IEnumerable<MediaTagType> SupportedMediaTags => Array.Empty<MediaTagType>();
|
||||
|
||||
Reference in New Issue
Block a user