mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, FileTools] Get DFD working with CHDs
This commit is contained in:
@@ -3710,9 +3710,9 @@ namespace SabreTools.Library.DatFiles
|
||||
bool addDate, string headerToCheckAgainst, bool ignorechd)
|
||||
{
|
||||
Globals.Logger.Verbose("'{0}' treated like a file", Path.GetFileName(item));
|
||||
DatItem rom = FileTools.GetFileInfo(item, omitFromScan: omitFromScan, date: addDate, header: headerToCheckAgainst, ignorechd: ignorechd);
|
||||
DatItem datItem = FileTools.GetFileInfo(item, omitFromScan: omitFromScan, date: addDate, header: headerToCheckAgainst, ignorechd: ignorechd);
|
||||
|
||||
ProcessFileHelper(item, rom, basePath, parent);
|
||||
ProcessFileHelper(item, datItem, basePath, parent);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user