| View previous topic :: View next topic |
| Author |
Message |
codemaster
Joined: 18 Mar 2010 Posts: 5
|
Posted: Thu Mar 18, 2010 10:01 am Post subject: Sleep? |
|
|
At first,
many thanks to all you who participated in the SDK development.
This is a great thing, that people like us - developers can now code the PSP devices.
Here is the main actual quest :)
anything like a "Sleep(int ms)" function in the sdk ? _________________ perfection is the key. |
|
| Back to top |
|
 |
codemaster
Joined: 18 Mar 2010 Posts: 5
|
Posted: Thu Mar 18, 2010 10:15 am Post subject: |
|
|
I think i've got it:
sceKernelDelayThread
can someone please confirm this is the correct way of delaying active thread?
| Code: | sceKernelDelayThread(10*1000000); // 10sec
|
_________________ perfection is the key. |
|
| Back to top |
|
 |
arnie
Joined: 11 Apr 2009 Posts: 16
|
Posted: Thu Mar 18, 2010 4:08 pm Post subject: |
|
|
Yes.
-Arnold |
|
| Back to top |
|
 |
|