mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update Driver with new fields
This commit is contained in:
@@ -666,6 +666,18 @@ namespace SabreTools.Filtering
|
||||
|
||||
if (DatItemFields.Contains(DatItemField.SaveStateStatus))
|
||||
driver.SaveState = Supported.NULL;
|
||||
|
||||
if (DatItemFields.Contains(DatItemField.RequiresArtwork))
|
||||
driver.RequiresArtwork = null;
|
||||
|
||||
if (DatItemFields.Contains(DatItemField.Unofficial))
|
||||
driver.Unofficial = null;
|
||||
|
||||
if (DatItemFields.Contains(DatItemField.NoSoundHardware))
|
||||
driver.NoSoundHardware = null;
|
||||
|
||||
if (DatItemFields.Contains(DatItemField.Incomplete))
|
||||
driver.Incomplete = null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user