From 994a366770e87c0d82d6d6f01eaae881805c8cb4 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 22 Mar 2026 01:35:36 -0400 Subject: [PATCH] Put initial value generators in common region --- SabreTools.Wrappers/N3DS.Encryption.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ///