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