nn::dbg::CTR::DirectPrint::VPrintf Member Function#include <nn/dbg.h>
void VPrintf(
const nn::math::VEC2 & pos,
const char * format,
va_list v
);
| Name | Description | |
|---|---|---|
| in | pos | Upper-left coordinate where writing to. |
| in | format | A formatted string. |
| in | v | String parameters. |
Formats strings and writes them to the display buffer. (The variable length argument version.)
See Printf.
CONFIDENTIAL