mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-08 18:06:41 +00:00
Put initial value generators in common region
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user