nn::dbg::CTR::DirectPrint::ChangeDisplaybuffer Member Function

Syntax

#include <nn/dbg.h>

void ChangeDisplaybuffer(
     void * dispbuf
);

Parameters

Name Description
in dispbuf The starting address of the display buffer being written to.

Return Values

None.

Description

Specifies the display buffer to write to.

VRAM cannot be specified in dispbuf. The display buffer must be placed in the device memory.

Uses format and size as previously set. This is convenient if the format and size remain unchanged from the previous settings.

Revision History

2012/06/22
Added that only the device memory was supported.
2012/04/20
Initial version.

CONFIDENTIAL