/shared1/content.map

From WiiBrew
Jump to navigation Jump to search

/shared1/content.map includes a set of consecutive structs describing the contents in /shared1.

struct Entry {
    char sharedId[8]; // Filename for the shared content
    u8 sha1hash[20];
}