Changes

121 bytes added ,  18:28, 14 April 2018
Line 301: Line 301:     
== GetApplicationControlData ==
 
== GetApplicationControlData ==
Takes an input u8, an u64 titleID, and a type-0x6 output buffer. Returns an output u32. Official user-processes use buffer size 0x24000.
+
Takes an input u8 flag, an u64 titleID, and a type-0x6 output buffer. Returns an output u32 for actual_size. Official user-processes use buffer size 0x24000. [[qlaunch]] only uses flag value 0x1.
   −
Reads [[control.nacp]] from the specified title content.
+
Loads cached [[control.nacp]] to buf+0 and the cached icon to buf+0x4000. Returns an error if the buffer is too small.
    
== ListApplicationContentMetaStatus ==
 
== ListApplicationContentMetaStatus ==