Fix invalid extension for Mega Drive image.

This commit is contained in:
2021-11-21 20:50:26 +00:00
parent 3ba45d6b4d
commit 64e487022e

View File

@@ -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>();