| View previous topic :: View next topic |
| Author |
Message |
sg57
Joined: 14 Oct 2005 Posts: 154
|
Posted: Sun Aug 13, 2006 12:27 pm Post subject: Get time in Mili Sec. since EBOOT started SCE func name? |
|
|
Ive been searching for this for quite sometime and have gotten nothing. The online PSP API hasn't produced it, and searching through pspkernel.h hasn't done anything for me, so I came here, sorry if that isn't 'allowed', but anyway....
What's the name of the function again?
sceKernelLibc***********
Thx for a quick answer someone. (oh and a word on where to go from now on for this kind of thing would be nice ;)) |
|
| Back to top |
|
 |
0okm0000

Joined: 13 Jan 2006 Posts: 116
|
|
| Back to top |
|
 |
sg57
Joined: 14 Oct 2005 Posts: 154
|
Posted: Sun Aug 13, 2006 6:46 pm Post subject: |
|
|
I searched for sceKernel, didn't find it after searching through :(
Thx though :) |
|
| Back to top |
|
 |
dot_blank

Joined: 28 Sep 2005 Posts: 498 Location: Brasil
|
Posted: Mon Aug 14, 2006 5:44 pm Post subject: |
|
|
gettimeofday(&curr_time,0);
why not just use that
if you must use the firmware
then sceKernel is the wrong lib
check out the sceRtc** funcs
its all there _________________ 10011011 00101010 11010111 10001001 10111010 |
|
| Back to top |
|
 |
|