nn::phtsel::CTR::Config Structurestruct Config
{
u32 version;
bool enableSoftReset;
bool enableHomeButton;
};
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.
| Input | |||
|---|---|---|---|
| version | u32 | The version number of the data. | |
| enableSoftReset | bool |
Whether software resets are enabled. | |
| enableHomeButton | bool | Whether HOME Button is enabled. | |
CONFIDENTIAL