Nn acp.rpl

From WiiUBrew
Jump to navigation Jump to search
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.