Skip to content

Commit

Permalink
Merge pull request #91 from NotNite/lysander
Browse files Browse the repository at this point in the history
Add Xbox support
  • Loading branch information
NotAdam authored Nov 1, 2024
2 parents 7d4eaa7 + 963b111 commit 406e08e
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 406e08e

Please sign in to comment.