Adjustments
This commit is contained in:
parent
2e6c30bf1e
commit
78da8c0b28
@ -29,7 +29,8 @@ namespace Toolbox.Library.IO
|
|||||||
|
|
||||||
string compressionLog = "";
|
string compressionLog = "";
|
||||||
if (FileFormat.IFileInfo.FileIsCompressed || FileFormat.IFileInfo.InArchive
|
if (FileFormat.IFileInfo.FileIsCompressed || FileFormat.IFileInfo.InArchive
|
||||||
|| Path.GetExtension(FileName) == ".szs" || Path.GetExtension(FileName) == ".sbfres")
|
|| Path.GetExtension(FileName) == ".szs" || Path.GetExtension(FileName) == ".sbfres"
|
||||||
|
|| Path.GetExtension(FileName) == ".mc")
|
||||||
{
|
{
|
||||||
//Todo find more optmial way to handle memory with files in archives
|
//Todo find more optmial way to handle memory with files in archives
|
||||||
//Also make compression require streams
|
//Also make compression require streams
|
||||||
|
Loading…
Reference in New Issue
Block a user