Page 1 of 1

Sleep function?

Posted: Sat Sep 22, 2012 8:42 am
by Roroy
Hello,

I need to make the program wait for a several amount of seconds.

I don't want the program to wait for user input.

Is there an equivalent to the sleep function in C ++ in the devkitpro tool kit.

I am programming on Wii.

Thanks in advance! :D

Re: Sleep function?

Posted: Fri Sep 28, 2012 3:26 am
by Roroy
Nevermind, I found out how, use the usleep function.