Updated comment to accountListAllUsers to change size to ACC_USER_LIST_SIZE

This commit is contained in:
Daniel Edwards 2018-05-28 10:15:42 +12:00 committed by GitHub
parent 2330ebce99
commit fe4fe73513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);