Home
last modified time | relevance | path

Searched refs:nndbgDetailPutString (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-2.4.0/include/nn/dbg/
Ddbg_DebugString.h142 #define NN_PUT( text, length ) (void)nndbgDetailPutString(text, length)
255 void nndbgDetailPutString(const char* text, s32 length);
/CTR-SDK-2.4.0/sources/libraries/dbg/
Ddbg_DebugString.cpp121 NN_WEAK_SYMBOL void nndbgDetailPutString(const char* text, s32 length) in nndbgDetailPutString() function