#include <nitro/os.h>
void OS_PrintServer( void );
None.
None.
Displays debug messages from the ARM7.
Because this function is an SDK library debugging function, there is no need to use it in ordinary applications. It is presumed that mainly library and middleware developers will use it.
This function writes the content of the output buffer written by the ARM7 and should be set to be called periodically (approximately once every frame). See OS_InitPrintServer
for more details.
Nothing happens if you call the OS_PrintServer
function when the OS_InitPrintServer
function has not been called.
In FINALROM builds, the OS_InitPrintServer
and OS_PrintServer
functions are replaced with code that does nothing.
2009/06/26 Described the method for using the function.
2005/08/19 Initial version.
CONFIDENTIAL