nn::phtsel::CTR::Config

nn::phtsel::CTR::Config Structure

Syntax

struct Config
{
u32 version;
bool enableSoftReset;
bool enableHomeButton;
};

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

Input
version u32 The version number of the data.
enableSoftReset bool Whether software resets are enabled.
enableHomeButton bool Whether HOME Button is enabled.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL