MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / DisplayString

Method DisplayString

Source/SysPSP/Debug/DBGConsolePSP.cpp:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void IDebugConsole::DisplayString( const char * p_string )
70{
71 printf( "%s", p_string );
72
73#ifdef DAEDALUS_BATCH_TEST_ENABLED
74 CBatchTestEventHandler * handler( BatchTest_GetHandler() );
75 if( handler )
76 handler->OnDebugMessage( p_string );
77#endif
78
79}
80
81void IDebugConsole::SetCurrentTerminalColour( ETerminalColour tc )
82{

Callers

nothing calls this directly

Calls 1

OnDebugMessageMethod · 0.80

Tested by

no test coverage detected