Skip to content

Commit

Permalink
Add Xbox support
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Sep 13, 2024
1 parent 6cbf781 commit 963b111
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Lumina/Data/Structs/SqPackHeader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ public enum PlatformId : byte
{
Win32,
PS3,
PS4
PS4,
PS5,
Lys // Xbox
}

[StructLayout( LayoutKind.Sequential )]
Expand Down

0 comments on commit 963b111

Please sign in to comment.