Inner FAT: Difference between revisions
Embed diagrams |
|||
Line 484: | Line 484: | ||
<pre>uint32_t GetBucket( | <pre>uint32_t GetBucket( | ||
uint8_t name[16 or 8], // For savegame/extdata, this takes all 16 bytes including trailing zeros; For title database, this is the 8-byte title ID | |||
uint32_t parent_dir_index, | uint32_t parent_dir_index, | ||
uint32_t bucket_count | uint32_t bucket_count | ||
Line 499: | Line 499: | ||
} | } | ||
</pre> | </pre> | ||
== File Allocation Table == | == File Allocation Table == |