nn::dbg::CTR::ExceptionScreen::Option Enumerated Type

Syntax

#include <nn/dbg.h>

enum Option;

Value

Value Description
OPTION_WRITE_TO_SD Writes the exception information to an SD Card.
OPTION_DIRECT_PRINT Uses DirectPrint to display the exception information on the screen.
OPTION_WAIT_KEY Waits for key input before displaying on screen. Press the A, B, X, and Y Buttons in that order to commence display on screen after an exception occurs.
NUM_OF_OPTION
OPTION_DEFAULT This is the default option. Output to SD Card and to DirectPrint. Do not wait for key input.

Description

Option flags used with Create. Use a bitwise-OR to specify a combination.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL