mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix writing to openMSX
This commit is contained in:
@@ -5772,7 +5772,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
&& (DatFormat & DatFormat.SoftwareList) == 0
|
&& (DatFormat & DatFormat.SoftwareList) == 0
|
||||||
&& (DatFormat & DatFormat.OfflineList) == 0)
|
&& (DatFormat & DatFormat.OfflineList) == 0)
|
||||||
{
|
{
|
||||||
outfileNames.Add(DatFormat.OfflineList, CreateOutfileNamesHelper(outDir, ".xml", overwrite));
|
outfileNames.Add(DatFormat.OpenMSX, CreateOutfileNamesHelper(outDir, ".xml", overwrite));
|
||||||
}
|
}
|
||||||
if (((DatFormat & DatFormat.OpenMSX) != 0
|
if (((DatFormat & DatFormat.OpenMSX) != 0
|
||||||
&& ((DatFormat & DatFormat.Logiqx) != 0
|
&& ((DatFormat & DatFormat.Logiqx) != 0
|
||||||
@@ -5782,7 +5782,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|| (DatFormat & DatFormat.SoftwareList) != 0
|
|| (DatFormat & DatFormat.SoftwareList) != 0
|
||||||
|| (DatFormat & DatFormat.OfflineList) != 0)))
|
|| (DatFormat & DatFormat.OfflineList) != 0)))
|
||||||
{
|
{
|
||||||
outfileNames.Add(DatFormat.OfflineList, CreateOutfileNamesHelper(outDir, ".msx.xml", overwrite));
|
outfileNames.Add(DatFormat.OpenMSX, CreateOutfileNamesHelper(outDir, ".msx.xml", overwrite));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Redump MD5
|
// Redump MD5
|
||||||
|
|||||||
Reference in New Issue
Block a user