mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Value is only part of certain items
This is yet another boilerplate reduction AS WELL AS a reduction for unnecessary field names (mostly due to my misunderstanding of my own implementation)
This commit is contained in:
@@ -263,11 +263,6 @@ namespace SabreTools.Library.DatItems
|
||||
DatItem_Feature_Name,
|
||||
DatItem_Feature_Value,
|
||||
|
||||
DatItem_AreaName,
|
||||
DatItem_AreaSize,
|
||||
DatItem_AreaWidth,
|
||||
DatItem_AreaEndianness,
|
||||
DatItem_Value,
|
||||
DatItem_LoadFlag,
|
||||
|
||||
#endregion
|
||||
@@ -296,6 +291,13 @@ namespace SabreTools.Library.DatItems
|
||||
DatItem_Optional,
|
||||
DatItem_Inverted,
|
||||
|
||||
// Rom (SoftwareList)
|
||||
DatItem_AreaName,
|
||||
DatItem_AreaSize,
|
||||
DatItem_AreaWidth,
|
||||
DatItem_AreaEndianness,
|
||||
DatItem_Value,
|
||||
|
||||
// Disk
|
||||
DatItem_Index,
|
||||
DatItem_Writable,
|
||||
@@ -324,7 +326,6 @@ namespace SabreTools.Library.DatItems
|
||||
DatItem_Clock,
|
||||
|
||||
// Condition
|
||||
DatItem_ConditionValue,
|
||||
DatItem_Relation,
|
||||
|
||||
// Configuration.Locations
|
||||
@@ -386,9 +387,6 @@ namespace SabreTools.Library.DatItems
|
||||
DatItem_FeatureStatus,
|
||||
DatItem_FeatureOverall,
|
||||
|
||||
// Info
|
||||
DatItem_InfoValue,
|
||||
|
||||
// Inputs
|
||||
DatItem_Service,
|
||||
DatItem_Tilt,
|
||||
@@ -420,9 +418,6 @@ namespace SabreTools.Library.DatItems
|
||||
// Release
|
||||
DatItem_Language,
|
||||
|
||||
// SharedFeature
|
||||
DatItem_SharedFeatureValue,
|
||||
|
||||
// Slot.SlotOptions
|
||||
DatItem_SlotOptions,
|
||||
DatItem_SlotOption_Name,
|
||||
|
||||
Reference in New Issue
Block a user