[ALL] Update way output formats are handled

This commit is contained in:
Matt Nadareski
2016-09-09 15:25:37 -07:00
parent 5053ee6a42
commit 02c7853361
13 changed files with 253 additions and 286 deletions

View File

@@ -101,23 +101,6 @@
Unzip,
}
/// <summary>
/// Determines the DAT output format
/// </summary>
public enum OutputFormat
{
None = 0,
Xml,
ClrMamePro,
RomCenter,
DOSCenter,
MissFile,
SabreDat,
RedumpMD5,
RedumpSHA1,
RedumpSFV,
}
/// <summary>
/// Determines the level to scan archives at
/// </summary>