nn::gd::CTR::System::Initialize Member Function

Syntax

static nnResult Initialize();

Arguments

None.

Return Values

Returns the result of the operation.
Value Description
ResultInvalidFunctionCall Already initialized.
ResultSystemNoCmdListBind Command list is not bound.
ResultOutOfMemory Cannot allocate memory.

Description

Initializes the gd API. This function must be executed before calling any other gd functions.

You must bind a command list before calling this function.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL