mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote Slot to DatItem
This commit is contained in:
@@ -289,6 +289,12 @@ namespace SabreTools.Library.DatItems
|
||||
// Ram Option
|
||||
Field.DatItem_Content,
|
||||
|
||||
// Slot.SlotOptions
|
||||
Field.DatItem_SlotOptions,
|
||||
Field.DatItem_SlotOption_Name,
|
||||
Field.DatItem_SlotOption_DeviceName,
|
||||
Field.DatItem_SlotOption_Default,
|
||||
|
||||
// Release
|
||||
Field.DatItem_Language,
|
||||
|
||||
@@ -327,7 +333,6 @@ namespace SabreTools.Library.DatItems
|
||||
// ListXML
|
||||
Field.Machine_SourceFile,
|
||||
Field.Machine_Runnable,
|
||||
Field.Machine_Slots,
|
||||
Field.Machine_Infos,
|
||||
|
||||
// Logiqx
|
||||
@@ -497,6 +502,9 @@ namespace SabreTools.Library.DatItems
|
||||
case ItemType.Sample:
|
||||
return new Sample();
|
||||
|
||||
case ItemType.Slot:
|
||||
return new Slot();
|
||||
|
||||
case ItemType.SoftwareList:
|
||||
return new SoftwareList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user