Search found 2 matches

by Yeldarb
Thu Jul 21, 2005 9:47 am
Forum: PSP Development
Topic: Epoch Time?
Replies: 1
Views: 1000

Arg. Don't you hate it when you post stupid questions and then figure it out right after you post? Here's what worked: time_t startTime = sceKernelLibcTime&#40;NULL&#41;; time_t curTime; int i=0; while&#40;i < 10000&#41; &#123; i++; curTime = sceKernelLibcTime&#40;NULL&#4...
by Yeldarb
Thu Jul 21, 2005 9:43 am
Forum: PSP Development
Topic: Epoch Time?
Replies: 1
Views: 1000

Epoch Time?

Hey, I've looked around and searched a bit, but haven't been able to find any answers (found a few similar questions, but they didn't really post their solutions). Is there a (preferably simple) way to get the epoch time? I'm trying to implement a simple timer into a program, but can't find much rel...