]> Chaos Git - corbenik/ctrulib.git/commitdiff
Update svcOutputDebugString
authorTuxSH <tuxsh@sfr.fr>
Fri, 23 Dec 2016 14:15:54 +0000 (15:15 +0100)
committerTuxSH <tuxsh@sfr.fr>
Fri, 23 Dec 2016 14:30:46 +0000 (15:30 +0100)
libctru/include/3ds/svc.h

index 12878c20386d6548f25c88a3757bd0fe00f977b6..be62cf1ffb8e4e9dc3f78567c10ec1e197a220dc 100644 (file)
@@ -980,9 +980,9 @@ void svcBreak(UserBreakType breakReason);
 /**
  * @brief Outputs a debug string.
  * @param str String to output.
- * @param length Length of the string to output.
+ * @param length Length of the string to output, needs to be positive.
  */
-Result svcOutputDebugString(const char* str, int length);
+Result svcOutputDebugString(const char* str, s32 length);
 /**
  * @brief Creates a debug handle for an active process.
  * @param[out] debug Pointer to output the created debug handle to.