Add explicit list of supported types

This commit is contained in:
Matt Nadareski
2020-09-18 17:12:31 -07:00
parent 5a8ff006bd
commit ae3bae2d0a
14 changed files with 138 additions and 1 deletions

View File

@@ -658,6 +658,21 @@ namespace SabreTools.Library.DatFiles
}
}
/// <inheritdoc/>
protected override ItemType[] GetSupportedTypes()
{
return new ItemType[]
{
ItemType.Archive,
ItemType.BiosSet,
ItemType.Disk,
ItemType.Media,
ItemType.Release,
ItemType.Rom,
ItemType.Sample,
};
}
/// <summary>
/// Create and open an output file for writing direct from a dictionary
/// </summary>