#132857 - kalus - Sat Jun 30, 2007 3:31 pm
How do you get current time in milliseconds from libnds? I've found the structure IPC->time.curtime, but it always comes out as zeros. I think I have to do something with it in arm7, but what?
EDIT: ok added rtcGetTime(IPC->time.curtime); to the vblank handler, only problem now is its only updating seconds, nothing more accurate than that. Is getting milliseconds even possible?
EDIT: ok added rtcGetTime(IPC->time.curtime); to the vblank handler, only problem now is its only updating seconds, nothing more accurate than that. Is getting milliseconds even possible?