Add big-endian note for PS4 PKG

This commit is contained in:
Matt Nadareski
2024-12-16 11:31:38 -05:00
parent 3f368a3be8
commit 4a8a4746a2

View File

@@ -3,6 +3,7 @@ using System.Runtime.InteropServices;
namespace SabreTools.Models.PlayStation4
{
/// <see href="https://www.psdevwiki.com/ps4/PKG_files"/>
/// <remarks>All numeric values are big-endian</remarks>
[StructLayout(LayoutKind.Sequential)]
public class AppPkgHeader
{