More granular skipping for filters

This commit is contained in:
Matt Nadareski
2021-02-03 09:16:48 -08:00
parent 61dc45a1c7
commit f412d1373d
3 changed files with 18 additions and 9 deletions

View File

@@ -95,6 +95,11 @@ namespace SabreTools.Filtering
/// Include romof and cloneof when filtering machine names
/// </summary>
public bool IncludeOfInGame { get; set; }
/// <summary>
/// Determines if any filters have been set
/// </summary>
public bool HasFilters { get; set; } = false;
#endregion