From 928b66a3b61b86587294cb81906667ff61c105c8 Mon Sep 17 00:00:00 2001 From: Liam Minopulos Date: Thu, 28 Feb 2019 08:59:47 +0100 Subject: [PATCH] Add warning --- nx/include/switch/applets/error.h | 1 + 1 file changed, 1 insertion(+) 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);