Changes

59 bytes added ,  16:17, 17 June 2020
Add DLC content type.
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
52

edits