mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 11:22:15 +02:00
Add warning
This commit is contained in:
parent
6b3951ae17
commit
928b66a3b6
@ -23,6 +23,7 @@ typedef struct {
|
|||||||
* @brief Creates an ErrorConfg struct.
|
* @brief Creates an ErrorConfg struct.
|
||||||
* @param c ErrorConfg struct.
|
* @param c ErrorConfg struct.
|
||||||
* @note Sets the following fields: majorCode = 2000, minorCode = 0, customText = false, shortDescription = "", detailedDescription = "".
|
* @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);
|
void errorCreate(ErrorConfig* c);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user