Changes

13 bytes added ,  09:32, 11 June 2017
Line 144: Line 144:     
=== GetTitleIdInfo ===
 
=== GetTitleIdInfo ===
Takes a u64 title-id as input, returns same title-id together with 8 unknown bytes.
+
Takes a u64 title-id as input, returns same title-id together with info struct.
   −
For BotW cartridge they are "00 00 00 00 80 00 00 00".
+
struct title_info {
 +
  u32  version;
 +
  u8  type;
 +
  u8  pad[3];
 +
};
    
=== GetTitleList ===
 
=== GetTitleList ===