Minor tweaks

This commit is contained in:
Matt Nadareski
2024-11-13 23:12:37 -05:00
parent ecca68822d
commit 28fd81adab
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ namespace SabreTools.Models.N3DS
/// <summary>
/// ARM9 access control
/// </summary>
/// TODO: Fix serialization issue with this type
public ARM9AccessControl? ARM9AccessControl;
}
}

View File

@@ -192,7 +192,7 @@ namespace SabreTools.Models.N3DS
EllipticCurve = 0x02000000,
}
public enum ResourceLimitCategory
public enum ResourceLimitCategory : byte
{
APPLICATION = 0,
SYS_APPLET = 1,