mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Handle Configuration; promote Location, Setting
This commit is contained in:
@@ -509,6 +509,9 @@ namespace SabreTools.Library.DatItems
|
||||
case ItemType.Instance:
|
||||
return new Instance();
|
||||
|
||||
case ItemType.Location:
|
||||
return new Location();
|
||||
|
||||
case ItemType.Media:
|
||||
return new Media();
|
||||
|
||||
@@ -527,6 +530,9 @@ namespace SabreTools.Library.DatItems
|
||||
case ItemType.Sample:
|
||||
return new Sample();
|
||||
|
||||
case ItemType.Setting:
|
||||
return new Setting();
|
||||
|
||||
case ItemType.Slot:
|
||||
return new Slot();
|
||||
|
||||
@@ -559,6 +565,7 @@ namespace SabreTools.Library.DatItems
|
||||
ItemType.Extension => new Extension(),
|
||||
ItemType.Feature => new Feature(),
|
||||
ItemType.Instance => new Instance(),
|
||||
ItemType.Location => new Location(),
|
||||
ItemType.Media => new Media(),
|
||||
ItemType.Port => new Port(),
|
||||
ItemType.RamOption => new RamOption(),
|
||||
|
||||
Reference in New Issue
Block a user