Nn acp.rpl

Revision as of 08:07, 12 December 2016 by QuarkTheAwesome (talk | contribs) (Created page with "{{Incomplete}} nn_acp manages application security and content. ==Functions== {| class="wikitable" !Name !Prototype !Description |- |ACPGetTitleMetaDirByDevice |<code>int AC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article is incomplete. Please help to improve it, or discuss the issue on the talk page.

nn_acp manages application security and content.

Functions

Name Prototype Description
ACPGetTitleMetaDirByDevice int ACPGetTitleMetaDirByDevice(uint32_t titleid_upper, uint32_t titleid_lower, char* outbuf, size_t outlen, int device); 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.