Changes

Jump to navigation Jump to search
128 bytes added ,  01:49, 13 June 2017
no edit summary
Line 90: Line 90:  
Returns number of entries read.
 
Returns number of entries read.
   −
Each entry is 16-bytes from the hex portion of "<hex>.nca" directory-names from this storage FS(like [[SD_Filesystem|SD]]).
+
Each entry is a [[#ncaID]].
    
== ReadEntryRaw ==
 
== ReadEntryRaw ==
Takes an output buffer, a 16-byte entry as input, and a u64 file offset.
+
Takes an output buffer, a [[#ncaID]] as input, and a u64 file offset.
   −
Returns encrypted looking data.
+
Returns encrypted looking data. Doesn't match the encrypted raw data in the "<ncaID>.nca/00" file.
    
== IContentMetaDatabase ==
 
== IContentMetaDatabase ==
Line 158: Line 158:  
   struct title_info info;
 
   struct title_info info;
 
   u64    title_id;
 
   u64    title_id;
 +
 +
== ncaID ==
 +
This is a 0x10-byte entry. This is originally from the hex portion of "<hex>.nca" directory-names from this storage FS(like [[SD_Filesystem|SD]]).

Navigation menu