nn::voicesel::CTR::Config

nn::voicesel::CTR::Config Structure

Syntax

struct Config
{
bool homeButton;
bool softwareReset;
};

Description

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.

Member Variables

Configuration structure
homeButton bool Whether to enable the HOME button.
softwareReset bool Whether to enable software resets.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL