mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Updated comment to accountListAllUsers to change size to ACC_USER_LIST_SIZE
This commit is contained in:
parent
2330ebce99
commit
fe4fe73513
@ -40,7 +40,7 @@ Result accountGetUserCount(s32* user_count);
|
||||
|
||||
/**
|
||||
* @brief Get a list of all user IDs
|
||||
* @param userIDs Pointer to array of user IDs, array must be exactly size 8
|
||||
* @param userIDs Pointer to array of user IDs, array must be exactly ACC_USER_LIST_SIZE
|
||||
*/
|
||||
Result accountListAllUsers(u128* userIDs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user