mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
implemented proper tik content idx generation
This commit is contained in:
+20
-1
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user