nn::erreula::CTR::InitializeConfig Function

Syntax

void InitializeConfig(
     Config * pConfig
);

Parameters

Name Description
out pConfig The Config structure, initialized to default values.

Return Values

None.

Description

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
            

Revision History

2011/08/04
Initial version.

CONFIDENTIAL