mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Adjustments
This commit is contained in:
parent
2e6c30bf1e
commit
78da8c0b28
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ namespace Toolbox.Library.IO
|
|||
|
||||
string compressionLog = "";
|
||||
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
|
||||
//Also make compression require streams
|
||||
|
|
Loading…
Reference in a new issue