In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

ES

From WiiBrew
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page serves to document the various structs, etc. used by ES.

Title import context

struct ESImportContext {
	struct TMD *tmd; // 0
	u32 tmdSize; // 4
	u32 unknown; // 8
	u32 unknown2; // 0xc; possibly error
	u32 index; // 0x10
	u32 unknown3[3];
	u32 signatureLength; // 0x20
	u32 unknown4[0x20];
	u16 contentType;
}