mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 07:37:10 +00:00
Minor tweaks
This commit is contained in:
@@ -19,6 +19,7 @@ namespace SabreTools.Models.N3DS
|
||||
/// <summary>
|
||||
/// ARM9 access control
|
||||
/// </summary>
|
||||
/// TODO: Fix serialization issue with this type
|
||||
public ARM9AccessControl? ARM9AccessControl;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -192,7 +192,7 @@ namespace SabreTools.Models.N3DS
|
||||
EllipticCurve = 0x02000000,
|
||||
}
|
||||
|
||||
public enum ResourceLimitCategory
|
||||
public enum ResourceLimitCategory : byte
|
||||
{
|
||||
APPLICATION = 0,
|
||||
SYS_APPLET = 1,
|
||||
|
||||
Reference in New Issue
Block a user