Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Nov 14, 2024
1 parent ecca688 commit 28fd81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SabreTools.Models/N3DS/AccessControlInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public sealed class AccessControlInfo
/// <summary>
/// ARM9 access control
/// </summary>
/// TODO: Fix serialization issue with this type
public ARM9AccessControl? ARM9AccessControl;
}
}
2 changes: 1 addition & 1 deletion SabreTools.Models/N3DS/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public enum PublicKeyType : uint
EllipticCurve = 0x02000000,
}

public enum ResourceLimitCategory
public enum ResourceLimitCategory : byte
{
APPLICATION = 0,
SYS_APPLET = 1,
Expand Down

0 comments on commit 28fd81a

Please sign in to comment.