mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add Hashfile TODO for future requirements
This commit is contained in:
@@ -112,6 +112,8 @@ namespace SabreTools.DatFiles.Formats
|
||||
/// <inheritdoc/>
|
||||
protected override bool HasRequiredFields(DatItem datItem)
|
||||
{
|
||||
// TODO: Add code to ensure name as well
|
||||
|
||||
return (_hash, datItem.ItemType) switch
|
||||
{
|
||||
(Hash.CRC, ItemType.Rom) => !string.IsNullOrEmpty((datItem as Rom)?.CRC),
|
||||
|
||||
Reference in New Issue
Block a user