nn::dbg::CTR::DirectPrint::ChangeDisplaybuffer Member Function#include <nn/dbg.h>
void ChangeDisplaybuffer(
void * dispbuf
);
| Name | Description | |
|---|---|---|
| in | dispbuf | The starting address of the display buffer being written to. |
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.
CONFIDENTIAL