forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

get username

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
nDEV



Joined: 13 Apr 2007
Posts: 48

PostPosted: Sat Apr 21, 2007 2:22 pm    Post subject: get username Reply with quote

Is there any way to get the current username ?

thanks
Back to top
View user's profile Send private message
Wally



Joined: 26 Sep 2005
Posts: 672

PostPosted: Sat Apr 21, 2007 3:55 pm    Post subject: Reply with quote

uhhm Beg yours?
Back to top
View user's profile Send private message AIM Address
nDEV



Joined: 13 Apr 2007
Posts: 48

PostPosted: Sat Apr 21, 2007 4:52 pm    Post subject: Reply with quote

what?
Im asking for the username that can be found in :
System->username
Back to top
View user's profile Send private message
fergie4000



Joined: 19 Jan 2007
Posts: 25

PostPosted: Sat Apr 21, 2007 5:50 pm    Post subject: Reply with quote

There is an example of this in the samples that come with the SDK
Back to top
View user's profile Send private message
nDEV



Joined: 13 Apr 2007
Posts: 48

PostPosted: Sun Apr 22, 2007 3:53 am    Post subject: Reply with quote

ok , i will search for it..
Back to top
View user's profile Send private message
Insert_witty_name



Joined: 10 May 2006
Posts: 376

PostPosted: Sun Apr 22, 2007 6:00 am    Post subject: Reply with quote

The sample is in /samples/utility/systemparam

It's a bit buried in there, but the code you are wanting is something like:

Code:
char nickName[20];
sceUtilityGetSystemParamString(PSP_SYSTEMPARAM_ID_STRING_NICKNAME, nickName, 20);
pspDebugScreenPrintf(nickName);
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group