nn::dbg::CTR::ExceptionScreen::SetSuffix Member Function

Syntax

#include <nn/dbg.h>

static void SetSuffix(
     const wchar_t * pSuffix
);

Parameters

Name Description
in pSuffix Specifies the pointer to the suffix string.

Return Values

None.

Description

Sets suffix information.

This is used as part of the file name when the log file is created for the SD Card.

The Create function must have been called before calling this function.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL