mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Make a note on setsysSetDeviceNickname that the buffer size needs to be at least 0x80 bytes there too.
This commit is contained in:
parent
fd858d5923
commit
0e9adaf510
@ -184,6 +184,6 @@ Result setsysGetDeviceNickname(char* buffer);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Sets the system's nickname.
|
* @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);
|
Result setsysSetDeviceNickname(char* buffer);
|
||||||
|
Loading…
Reference in New Issue
Block a user