nn::voicesel::CTR::Config Structurestruct Config
{
bool homeButton;
bool softwareReset;
};
Configuration structure for setting applet startup options.
Used as a member variable of the Parameter structure. You must always call the InitializeParameter function to initialize this structure before setting its member variables.
| Configuration structure | |||
|---|---|---|---|
homeButton
|
bool |
Whether to enable the HOME button. | |
softwareReset
|
bool | Whether to enable software resets. | |
CONFIDENTIAL