fix: fixed parsing of “a” dump flag

This commit is contained in:
Michael Green
2023-02-21 23:07:07 +11:00
parent 4c844f99cd
commit 3491968519
2 changed files with 43 additions and 30 deletions

View File

@@ -38,6 +38,11 @@ namespace gaseous_identifier.objects
public string? Language { get; set; }
public string? Copyright { get; set; }
public List<Rom> Roms { get; set; } = new List<Rom>();
public int RomCount { get
{
return Roms.Count();
}
}
public enum DemoTypes
{