nn::dbg::CTR::ExceptionScreen::Option Enumerated Type#include <nn/dbg.h> enum Option;
| 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. |
Option flags used with Create. Use a bitwise-OR to specify a combination.
CONFIDENTIAL