Skip to content

Commit

Permalink
xbfs: Add xbfs header offset 0x0 for Series S/X
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Aug 9, 2023
1 parent c1c3bc7 commit fc2cfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibXboxOne/NAND/XbfsFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class XbfsFile
public static readonly int SeriesOffsetDiff = 0x6000;
public static readonly int BlockSize = 0x1000;
public static readonly int[] XbfsOffsetsXboxOne = { 0x1_0000, 0x81_0000, 0x82_0000 };
public static readonly int[] XbfsOffsetsXboxSeries = { 0x1800_8000 };
public static readonly int[] XbfsOffsetsXboxSeries = { 0x0, 0x1800_8000 };
public static string[] XbfsFilenames =
{
"1smcbl_a.bin", // 0
Expand Down

0 comments on commit fc2cfaf

Please sign in to comment.