diff --git a/nx/include/switch/applets/error.h b/nx/include/switch/applets/error.h index 1275b8c8..c3b9022c 100644 --- a/nx/include/switch/applets/error.h +++ b/nx/include/switch/applets/error.h @@ -23,6 +23,7 @@ typedef struct { * @brief Creates an ErrorConfg struct. * @param c ErrorConfg struct. * @note Sets the following fields: majorCode = 2000, minorCode = 0, customText = false, shortDescription = "", detailedDescription = "". + * @warning This applet creates an error report that is logged in the system. Proceed at your own risk! */ void errorCreate(ErrorConfig* c);