[SabreTools, Flags, DatFiles/, Utilities] Fix flags

Fix some long flag names to be more descriptive
This commit is contained in:
Matt Nadareski
2018-01-08 11:34:56 -08:00
parent b25bb249ce
commit 326a09a52d
8 changed files with 710 additions and 644 deletions

View File

@@ -5591,15 +5591,15 @@ namespace SabreTools.Library.DatFiles
}
//MAME Listroms
if ((DatFormat & DatFormat.Listroms) != 0
if ((DatFormat & DatFormat.Listrom) != 0
&& (DatFormat & DatFormat.AttractMode) == 0)
{
outfileNames.Add(DatFormat.Listroms, CreateOutfileNamesHelper(outDir, ".txt", overwrite));
outfileNames.Add(DatFormat.Listrom, CreateOutfileNamesHelper(outDir, ".txt", overwrite));
}
if ((DatFormat & DatFormat.Listroms) != 0
if ((DatFormat & DatFormat.Listrom) != 0
&& (DatFormat & DatFormat.AttractMode) != 0)
{
outfileNames.Add(DatFormat.Listroms, CreateOutfileNamesHelper(outDir, ".lr.txt", overwrite));
outfileNames.Add(DatFormat.Listrom, CreateOutfileNamesHelper(outDir, ".lr.txt", overwrite));
}
// Logiqx XML