nn::dbg::CTR::DirectPrint::VPrintf Member Function

Syntax

#include <nn/dbg.h>

void VPrintf(
     const nn::math::VEC2 & pos,
     const char * format,
     va_list v
);

Parameters

Name Description
in pos Upper-left coordinate where writing to.
in format A formatted string.
in v String parameters.

Return Values

None.

Description

Formats strings and writes them to the display buffer. (The variable length argument version.)

See Printf.


CONFIDENTIAL