Sleep() for PSP?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Berny
Posts: 5
Joined: Wed Jan 21, 2009 4:22 am

Sleep() for PSP?

Post by Berny »

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
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

Use sceKernelDelayThread(int microseconds);
OldPrisoneR
Posts: 53
Joined: Thu Mar 20, 2008 2:33 am

Post by OldPrisoneR »

Code: Select all

#define sleep sceKernelDelayThread
Berny
Posts: 5
Joined: Wed Jan 21, 2009 4:22 am

Post by Berny »

Big THX :)
Post Reply