[SabreTools, Output] Add CSV output mode

This commit is contained in:
Matt Nadareski
2016-08-23 15:18:37 -07:00
parent 12f1c3aa90
commit 23634d0d58
5 changed files with 30 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ namespace SabreTools.Helper
public string AddExt;
public bool GameName;
public bool Romba;
public bool TSV; // tab-deliminated output
public bool? TSV; // true for tab-deliminated output, false for comma-deliminated output
// Statistical data related to the DAT
public long RomCount;