nn::friends::CTR::UpdateGameMode Function

Syntax

Result UpdateGameMode(
     const GameMode & gameMode,
     const char16 description[MODE_DESCRIPTION_SIZE]
);

Arguments

Name Description
in gameMode Specifies a game mode structure.
in description[MODE_DESCRIPTION_SIZE] Specifies a game mode description string.

Return Values

Returns the result of the operation.

Description

Updates the game mode.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL