first working prototype
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ static User getUser(AccountUid id)
|
||||
memset(&profilebase, 0, sizeof(profilebase));
|
||||
|
||||
if (R_SUCCEEDED(accountGetProfile(&profile, id)) && R_SUCCEEDED(accountProfileGet(&profile, NULL, &profilebase))) {
|
||||
user.name = std::string(profilebase.nickname, 0x20);
|
||||
user.name = std::string(profilebase.nickname);
|
||||
}
|
||||
|
||||
accountProfileClose(&profile);
|
||||
|
||||
Reference in New Issue
Block a user