Line 123:
Line 123:
| 0x06
| 0x06
| 2
| 2
−
| Type
+
| Type (0x0001: Normal, 0x4001: DLC, 0x8001: Shared)
|-
|-
| 0x08
| 0x08
Line 178:
Line 178:
u32 cid; // content id
u32 cid; // content id
u16 index; // # number of the file
u16 index; // # number of the file
−
u16 type; // normal: 0x0001; shared: 0x8001
+
u16 type; // normal: 0x0001; dlc: 0x4001; shared: 0x8001
u64 size;
u64 size;
u8 hash [20]; // SHA1 hash content
u8 hash [20]; // SHA1 hash content