mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, DatFile] Add runnable as a filterable field
This commit is contained in:
@@ -1254,7 +1254,7 @@ namespace SabreTools.Helper.Dats
|
||||
xtr.GetAttribute("isdevice") == "yes" ? MachineType.Device :
|
||||
xtr.GetAttribute("ismechanical") == "yes" ? MachineType.Mechanical :
|
||||
MachineType.None,
|
||||
Runnable = xtr.GetAttribute("runnable") == "yes",
|
||||
Runnable = xtr.GetAttribute("runnable") == "yes" || xtr.GetAttribute("runnable") == null,
|
||||
};
|
||||
|
||||
if (subreader.GetAttribute("supported") != null)
|
||||
|
||||
Reference in New Issue
Block a user