Search found 1 match
- Sat Dec 26, 2009 8:27 pm
- Forum: devkitARM
- Topic: Measuring Milliseconds
- Replies: 1
- Views: 3145
Measuring Milliseconds
Hello, I am trying to measure milliseconds on my Nintendo DS. I need them for extracting exact reaction times of a keypress. As I discovered gettimeofday() doesn't work on NDS. setitime()/getitime() seemed to be a workaround, but although the sys/times.h declares them they are not implemented in the ...