nn::dbg::CTR::ExceptionScreen::GetDirectPrint Member Function

Syntax

#include <nn/dbg.h>

static DirectPrint * GetDirectPrint();

Parameters

None.

Return Values

Returns the pointer to the internally-maintained DirectPrint class.

Description

Gets an instance of the DirectPrint class.

When outputting exception information using DirectPrint, in order to display the information correctly you need to call DirectPrint::ChangeDisplaybuffer where appropriate. When DirectPrint::ChangeDisplaybuffer is not called, display is attempted by trying measures like replacing the display buffer.

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

Revision History

2012/04/20
Initial version.

CONFIDENTIAL