499 bytes added
, 08:07, 12 December 2016
{{Incomplete}}
nn_acp manages application security and content.
==Functions==
{| class="wikitable"
!Name
!Prototype
!Description
|-
|ACPGetTitleMetaDirByDevice
|<code>int ACPGetTitleMetaDirByDevice(uint32_t titleid_upper, uint32_t titleid_lower, char* outbuf, size_t outlen, int device);</code>
|Finds a given application's /meta directory. Device doesn't seem to matter. Writes path, as string, to outbuf. 0 on success. This is the function used by the System Menu to get application metadata.
|}