libnx
v4.7.0
|
Control.nacp structure / related code for nacp. More...
Go to the source code of this file.
Data Structures | |
struct | NacpLanguageEntry |
Language entry. These strings are UTF-8. More... | |
struct | NacpApplicationNeighborDetectionGroupConfiguration |
ApplicationNeighborDetectionGroupConfiguration. More... | |
struct | NacpNeighborDetectionClientConfiguration |
NeighborDetectionClientConfiguration. More... | |
struct | NacpApplicationJitConfiguration |
ApplicationJitConfiguration. More... | |
struct | NacpStruct |
ns ApplicationControlProperty More... | |
Functions | |
Result | nacpGetLanguageEntry (NacpStruct *nacp, NacpLanguageEntry **langentry) |
Get the NacpLanguageEntry from the input nacp corresponding to the current system language (this may fallback to other languages when needed). More... | |
Control.nacp structure / related code for nacp.
Result nacpGetLanguageEntry | ( | NacpStruct * | nacp, |
NacpLanguageEntry ** | langentry | ||
) |
Get the NacpLanguageEntry from the input nacp corresponding to the current system language (this may fallback to other languages when needed).
Output langentry is NULL if none found / content of entry is empty. If you're using ns you may want to use nsGetApplicationDesiredLanguage instead.