nn::dbg::CTR::ExceptionScreen::GetDirectPrint Member Function#include <nn/dbg.h> static DirectPrint * GetDirectPrint();
None.
DirectPrint class. Gets an instance of the DirectPrint class.
When outputting exception information using DirectPrint, in order to display the information correctly you need to call DirectPrint::ChangeDisplaybuffer where appropriate. When DirectPrint::ChangeDisplaybuffer is not called, display is attempted by trying measures like replacing the display buffer.
The Create function must have been called before calling this function.
CONFIDENTIAL