From 78da8c0b287a95cc536c6709c08e455bf9cad8a9 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Wed, 14 Jun 2023 20:10:18 -0400 Subject: [PATCH] Adjustments --- Switch_Toolbox_Library/IO/STFileSaver.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Switch_Toolbox_Library/IO/STFileSaver.cs b/Switch_Toolbox_Library/IO/STFileSaver.cs index c836936e..d9d211d6 100644 --- a/Switch_Toolbox_Library/IO/STFileSaver.cs +++ b/Switch_Toolbox_Library/IO/STFileSaver.cs @@ -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