libnx  v4.6.0
Data Structures | Functions
nacp.h File Reference

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...
 

Detailed Description

Control.nacp structure / related code for nacp.

Function Documentation

◆ nacpGetLanguageEntry()

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.