mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
DatItems don't know about removing fields or ORPG
This commit is contained in:
@@ -143,32 +143,6 @@ namespace SabreTools.DatItems
|
||||
|
||||
#endregion
|
||||
|
||||
#region Filtering
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override void RemoveFields(
|
||||
List<DatItemField> datItemFields,
|
||||
List<MachineField> machineFields)
|
||||
{
|
||||
// Remove common fields first
|
||||
base.RemoveFields(datItemFields, machineFields);
|
||||
|
||||
// Remove the fields
|
||||
if (datItemFields.Contains(DatItemField.SupportStatus))
|
||||
Status = SupportStatus.NULL;
|
||||
|
||||
if (datItemFields.Contains(DatItemField.EmulationStatus))
|
||||
Emulation = SupportStatus.NULL;
|
||||
|
||||
if (datItemFields.Contains(DatItemField.CocktailStatus))
|
||||
Cocktail = SupportStatus.NULL;
|
||||
|
||||
if (datItemFields.Contains(DatItemField.SaveStateStatus))
|
||||
SaveState = Supported.NULL;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Sorting and Merging
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user