Skip to content

Commit

Permalink
OG Xbox is little endian stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
widberg committed Jan 6, 2024
1 parent 12311af commit ef02dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bff/src/bigfile/platforms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms! {
PS2([D("DPS", "NPS")], Little),
PS3([D("DP3", "NP3")], Big),
PSP([D("DPP", "NPP"), BF("BFPSP", "BFNamePSP")], Little),
Xbox([D("DXB", "NXB")], Big),
Xbox([D("DXB", "NXB")], Little),
Xbox360([D("D36", "N36")], Big),
GameCube([D("DGC", "NGC")], Big),
Wii([D("DRV", "NRV"), BF("BFWii", "BFNameWii"), DB("DBR", "NBR")], Big),
Expand Down

0 comments on commit ef02dc5

Please sign in to comment.