mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote SlotOption
This commit is contained in:
@@ -536,6 +536,9 @@ namespace SabreTools.Library.DatItems
|
||||
case ItemType.Slot:
|
||||
return new Slot();
|
||||
|
||||
case ItemType.SlotOption:
|
||||
return new SlotOption();
|
||||
|
||||
case ItemType.SoftwareList:
|
||||
return new SoftwareList();
|
||||
|
||||
@@ -573,6 +576,7 @@ namespace SabreTools.Library.DatItems
|
||||
ItemType.Rom => new Rom(),
|
||||
ItemType.Sample => new Sample(),
|
||||
ItemType.Slot => new Slot(),
|
||||
ItemType.SlotOption => new SlotOption(),
|
||||
ItemType.SoftwareList => new SoftwareList(),
|
||||
ItemType.Sound => new Sound(),
|
||||
_ => new Rom(),
|
||||
|
||||
Reference in New Issue
Block a user