mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Add Everdrive SMDB
This commit is contained in:
@@ -5717,6 +5717,20 @@ namespace SabreTools.Library.DatFiles
|
||||
outfileNames.Add(DatFormat.SabreDat, CreateOutfileNamesHelper(outDir, ".sd.xml", overwrite));
|
||||
};
|
||||
|
||||
// Everdrive SMDB
|
||||
if ((DatFormat & DatFormat.EverdriveSMDB) != 0
|
||||
&& (DatFormat & DatFormat.AttractMode) == 0
|
||||
&& (DatFormat & DatFormat.MissFile) == 0)
|
||||
{
|
||||
outfileNames.Add(DatFormat.EverdriveSMDB, CreateOutfileNamesHelper(outDir, ".txt", overwrite));
|
||||
}
|
||||
if ((DatFormat & DatFormat.EverdriveSMDB) != 0
|
||||
&& ((DatFormat & DatFormat.AttractMode) != 0
|
||||
|| (DatFormat & DatFormat.MissFile) != 0))
|
||||
{
|
||||
outfileNames.Add(DatFormat.SoftwareList, CreateOutfileNamesHelper(outDir, ".smdb.txt", overwrite));
|
||||
}
|
||||
|
||||
// Software List
|
||||
if ((DatFormat & DatFormat.SoftwareList) != 0
|
||||
&& (DatFormat & DatFormat.Logiqx) == 0
|
||||
|
||||
Reference in New Issue
Block a user