sceKernelLibcGettimeofday

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

Moderators: cheriff, TyRaNiD

Post Reply
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

sceKernelLibcGettimeofday

Post by JJPeerless »

this function takes two parameters

struct timeval* tp, struct timezone tz*p


and it returns an int?

the int it returns..is that going to be how many milliseconds since midnight?

im using this functino for my GAME loop, to get the current time before the frame, then i want to get the current time after the frame..and then "sleep" for however long i need to
JJPeerless
Posts: 82
Joined: Mon Jun 20, 2005 3:32 am

Post by JJPeerless »

scratch that..i figured it out
Post Reply