Search found 5 matches

by Berny
Wed Aug 05, 2009 1:49 am
Forum: PSP Development
Topic: How can I find out the path of the homebrew
Replies: 8
Views: 4085

sauron_le_noir wrote:in libc getcwd() give you the current directory

getcwd(str,len of str)
return you the current directory in the string str the second parametre is usualy
sizeof(str)
thx

But where can I find the function getcwd(), which file?

I searched for libc, but i only found libc.a
by Berny
Fri Jul 31, 2009 7:32 pm
Forum: PSP Development
Topic: How can I find out the path of the homebrew
Replies: 8
Views: 4085

How can I find out the path of the homebrew

How can I find out the path of the homebrew that is launched?

I have a PRX in game.txt, when a game or a homebrew is launched the plugin finds out the path of the homebrew/game!

Is there any function for this?

Thanks in advance and sorry for my english^^
by Berny
Sun Mar 29, 2009 2:55 am
Forum: PSP Development
Topic: How to start an EBOOT?
Replies: 2
Views: 1206

How to start an EBOOT?

I am not an Englishman so sorry for my bad english...

I am looking for the function that allows you to start an EBOOT.
I mean: I started an EBOOT or PRX and this EBOOT starts another EBOOT.

Like irsautoboot.prx (IRShell)

Thanks in Advance
by Berny
Sat Jan 24, 2009 4:35 am
Forum: PSP Development
Topic: Sleep() for PSP?
Replies: 3
Views: 1840

Big THX :)
by Berny
Sat Jan 24, 2009 2:34 am
Forum: PSP Development
Topic: Sleep() for PSP?
Replies: 3
Views: 1840

Sleep() for PSP?

I'm not an Englishman and therefore I can not so good English.

Had a question: Does the PSP have a function that has the same effect as the sleep () function in Windows?

If yes in which Library can I find it?

I'm programming for the PSP in C!

Thanks in advance