Put initial value generators in common region

This commit is contained in:
Matt Nadareski
2026-03-22 01:35:36 -04:00
parent d1b061fac5
commit 994a366770

View File

@@ -9,6 +9,8 @@ namespace SabreTools.Wrappers
{
public partial class N3DS
{
#region Common
/// <summary>
/// Get the initial value for the ExeFS counter
/// </summary>
@@ -66,8 +68,6 @@ namespace SabreTools.Wrappers
return [.. partitionIdBytes, .. RomfsCounter];
}
#region Common
/// <summary>
/// Get KeyX value for a crypto method and development status combination
/// </summary>