diff --git a/libctru/include/3ds/applets/error.h b/libctru/include/3ds/applets/error.h index 5d0a5f3..9f0583f 100644 --- a/libctru/include/3ds/applets/error.h +++ b/libctru/include/3ds/applets/error.h @@ -27,7 +27,6 @@ typedef enum ERROR_TEXT_LANGUAGE_WORD_WRAP = ERROR_TEXT | ERROR_LANGUAGE_FLAG | ERROR_WORD_WRAP_FLAG, ///< Displays the custom error message with automatic line wrapping and in the specified language. }errorType; - ///< Flags for the Upper Screen.Does nothing even if specified. typedef enum @@ -36,7 +35,6 @@ typedef enum STEREO, }errorScreenFlag; - ///< Return code of the Error module.Use UNKNOWN for simple apps. typedef enum @@ -50,7 +48,6 @@ typedef enum POWER_BUTTON, }errorReturnCode; - ///< Structure to be passed to the applet.Shouldn't be modified directly. typedef struct