Adding Date to official specification, fix SabreDAT output

Secondary fix: how on Earth did reading from a game/rom formatted XML DAT not explode? It was using "xtr" instead of "subreader" for everything...
This commit is contained in:
Matt Nadareski
2016-05-20 10:21:24 -07:00
parent daa41d1923
commit de9f3d6ac8
3 changed files with 38 additions and 16 deletions

View File

@@ -22,6 +22,7 @@ namespace SabreTools.Helper
public string SHA1;
public DupeType Dupe;
public bool Nodump;
public string Date;
}
/// <summary>