nn::erreula::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::erreula::CTR::Config structure, you must always initialize it with this function.
This function sets the member variables of the nn::erreula::CTR::Config structure as follows.
errorType = ERROR_TYPE_ERROR_CODE
errorCode = 0
upperScreenFlag = UPPER_SCREEN_NORMAL
useLangage = USE_LANGUAGE_DEFAULT
errorText = 0(fill)
homeButton = true
softwareReset = false
appJump = false
returnCode = RETURN_CODE_UNKNOWN
eulaVersion = 0
CONFIDENTIAL