Home
last modified time | relevance | path

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

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