| View previous topic :: View next topic |
| Author |
Message |
Berny
Joined: 21 Jan 2009 Posts: 5
|
Posted: Sat Jan 24, 2009 2:34 am Post subject: 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 |
|
| Back to top |
|
 |
ne0h
Joined: 21 Feb 2008 Posts: 386
|
Posted: Sat Jan 24, 2009 2:40 am Post subject: |
|
|
Use sceKernelDelayThread(int microseconds); _________________ Get Xplora! |
|
| Back to top |
|
 |
OldPrisoneR
Joined: 20 Mar 2008 Posts: 53
|
Posted: Sat Jan 24, 2009 2:41 am Post subject: |
|
|
| Code: | | #define sleep sceKernelDelayThread |
|
|
| Back to top |
|
 |
Berny
Joined: 21 Jan 2009 Posts: 5
|
Posted: Sat Jan 24, 2009 4:35 am Post subject: |
|
|
| Big THX :) |
|
| Back to top |
|
 |
|