mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, Flags, DatFiles/, Utilities] Fix flags
Fix some long flag names to be more descriptive
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user