diff --git a/SabreTools.Wrappers/N3DS.Encryption.cs b/SabreTools.Wrappers/N3DS.Encryption.cs index 89461883..276808e2 100644 --- a/SabreTools.Wrappers/N3DS.Encryption.cs +++ b/SabreTools.Wrappers/N3DS.Encryption.cs @@ -9,6 +9,8 @@ namespace SabreTools.Wrappers { public partial class N3DS { + #region Common + /// /// Get the initial value for the ExeFS counter /// @@ -66,8 +68,6 @@ namespace SabreTools.Wrappers return [.. partitionIdBytes, .. RomfsCounter]; } - #region Common - /// /// Get KeyX value for a crypto method and development status combination ///