implemented proper tik content idx generation

This commit is contained in:
applestash
2014-08-30 00:56:19 +10:00
parent 1320a06bd0
commit 1858c055c2
2 changed files with 108 additions and 23 deletions
+20 -1
View File
@@ -20,6 +20,26 @@ typedef enum
right_AccessTitle = 5
} tik_item_rights;
typedef struct
{
u8 unk0[4];
u8 totalSize[4];
u8 unk1[4];
u8 unk2[4];
u8 unk3[4];
u8 hdrSize[4];
u8 segNum[4];
u8 segSize[4];
u8 segTotalSize[4];
u8 unk4[4];
} tik_content_index_hdr;
typedef struct
{
u8 level[4];
u8 index[0x80];
} tik_content_index_struct;
typedef struct
{
u8 sigType[4];
@@ -50,7 +70,6 @@ typedef struct
u8 audit;
u8 padding5[0x42];
u8 limits[0x40];
u8 contentIndex[0xAC];
} tik_hdr;