SARC: Difference between revisions

m SARC Header: Fixed byte-order
PabloMK7 (talk | contribs)
No edit summary
 
Line 147: Line 147:
== File Sort Order ==
== File Sort Order ==


Files are sorted by their hash in the SFAT table.  Games seem to require this sorting as any other sort order prevents them from booting.
Files are sorted by their hash in the SFAT table, games require this sorting as they use a binary search algorithm [https://en.wikipedia.org/wiki/Binary_search_algorithm].