From efba60893a416d9fcfd9a530d6816004b28db4f4 Mon Sep 17 00:00:00 2001 From: SMG Date: Sat, 3 Sep 2022 13:15:26 -0500 Subject: [PATCH] don't pad nutexb files by default (#510) --- Switch_Toolbox_Library/Runtime.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Switch_Toolbox_Library/Runtime.cs b/Switch_Toolbox_Library/Runtime.cs index 76e798b1..03edf497 100644 --- a/Switch_Toolbox_Library/Runtime.cs +++ b/Switch_Toolbox_Library/Runtime.cs @@ -75,7 +75,7 @@ namespace Toolbox.Library public class NUTEXBSettings { public static bool LimitFileSize = false; - public static bool PadFileSize = true; + public static bool PadFileSize = false; } public class MessageEditor