Get time in Mili Sec. since EBOOT started SCE func name?

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

Moderators: cheriff, TyRaNiD

Post Reply
sg57
Posts: 144
Joined: Fri Oct 14, 2005 2:26 pm

Get time in Mili Sec. since EBOOT started SCE func name?

Post by sg57 »

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 ;))
User avatar
0okm0000
Posts: 116
Joined: Fri Jan 13, 2006 9:51 am
Contact:

Re: Get time in Mili Sec. since EBOOT started SCE func name?

Post by 0okm0000 »

sg57 wrote:...
The online PSP API hasn't produced it,
...
??
http://pspdev.ofcode.com/api2.0/index.p ... on1=Search
PSP hardware hack
http://0okm.blogspot.com/
sg57
Posts: 144
Joined: Fri Oct 14, 2005 2:26 pm

Post by sg57 »

I searched for sceKernel, didn't find it after searching through :(

Thx though :)
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

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
Post Reply