Quick and dirty global setting for forcing un-compression of
sets.
This commit is contained in:
@@ -142,6 +142,8 @@ namespace ROMVault2.DatReaders
|
||||
}
|
||||
|
||||
thisFileType = forceZipping.ToLower() != "no" ? FileType.ZipFile : FileType.File;
|
||||
if (Settings.FixLevel == eFixLevel.Uncompressed)
|
||||
thisFileType = FileType.File;
|
||||
tDir.Dat = tDat;
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user