mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 14:55:11 +00:00
Get rid of Software metadata item
Apparently this was a mistake that has proliferated over a very long time. The Software item that was being modeled was actually the game/machine equivilent from SoftwareList. But because there's both an item called SoftwareList and a DAT type called SoftwareList, some wire got crossed and they were mentally combined. Undoing this allows for a more proper internal model, including a couple of extraneous keys that were included originally.
This commit is contained in:
@@ -389,7 +389,6 @@ namespace SabreTools.Metadata.DatFiles.Formats
|
||||
|
||||
// TODO: Implement these?
|
||||
case Data.Models.Metadata.ItemType.Dump:
|
||||
case Data.Models.Metadata.ItemType.Software:
|
||||
case Data.Models.Metadata.ItemType.Video:
|
||||
case Data.Models.Metadata.ItemType.NULL:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user