Make a note on setsysSetDeviceNickname that the buffer size needs to be at least 0x80 bytes there too.

This commit is contained in:
The Dax 2019-06-03 18:44:49 -04:00
parent fd858d5923
commit 0e9adaf510

View File

@ -184,6 +184,6 @@ Result setsysGetDeviceNickname(char* buffer);
/**
* @brief Sets the system's nickname.
* @param buffer Pointer to read the nickname from.
* @param buffer Pointer to read the nickname from. (The buffer size needs to be at least 0x80 bytes)
*/
Result setsysSetDeviceNickname(char* buffer);