Quick and dirty global setting for forcing un-compression of
sets.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace ROMVault2.DatReaders
|
||||
}
|
||||
}
|
||||
|
||||
thisFileType = FileType.ZipFile;
|
||||
thisFileType = Settings.FixLevel == eFixLevel.Uncompressed ? FileType.File : FileType.ZipFile;
|
||||
tDir.Dat = tDat;
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user