ES
This is an old revision of this page, as edited by Hallowizer (talk | contribs) at 05:58, 21 February 2022. It may differ significantly from the current revision. |
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; }