nn::extrapad::CTR::InitializeConfig Function
void InitializeConfig(
Config * pConfig
);
| Name | Description | |
|---|---|---|
| out | pConfig |
The Config structure, initialized to default values. |
Initializes the Config structure to default values.
Before using the nn::extrapad::CTR::Config structure, you must always initialize it with this function.
This function sets the member variables of the nn::extrapad::CTR::Config structure as follows.
homeButton = true
softwareReset = false
returnCode = RETURN_CODE_UNKNOWN
CONFIDENTIAL