Search found 1 match

by 0xF
Thu Sep 22, 2005 7:59 pm
Forum: PS2 Development
Topic: uclock(), usleep(), localtime() and readdir() equivalents
Replies: 3
Views: 2622

uclock(), usleep(), localtime() and readdir() equivalents

I'd like to know, how to get the following functionality from C: A clock with 1ms resolution or better. A sleep function with 1ms resolution or better (or should I spin in a loop using the above clock?) Realtime clock (year, month, day of month, day of week, hour, minute, second) Read memory card's ...