From df8a83268e9a0251a34f21b5983b50f055c06da9 Mon Sep 17 00:00:00 2001 From: XorTroll Date: Wed, 27 Nov 2019 18:06:48 +0100 Subject: [PATCH] Fix user list docs --- nx/include/switch/applets/psel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx/include/switch/applets/psel.h b/nx/include/switch/applets/psel.h index c21e2e8f..497a62a5 100644 --- a/nx/include/switch/applets/psel.h +++ b/nx/include/switch/applets/psel.h @@ -50,9 +50,10 @@ typedef struct { Result pselUiCreate(PselUiSettings *ui, PselUiMode mode); /** - * @brief Adds a user to the invalid user list (these users will be blacklisted in the applet) + * @brief Adds a user to the user list of the applet. * @param ui PselUiSettings struct. * @param user_id user ID. + * @note The users will be treated as invalid users for user selection mode, and as the input user for other modes. */ void pselUiAddUser(PselUiSettings *ui, AccountUid *user_id);