#43781 - ErUs - Thu May 26, 2005 7:03 pm
syntax:
swiDelay( 500 ); // would pause for half a second?
is it not implemented yet?
ndslib btw
swiDelay( 500 ); // would pause for half a second?
is it not implemented yet?
ndslib btw
Joat wrote: |
If you want to delay for large times (say a frame or more), using swiDelay is *not* a good way. The CPU is running at full tilt in a busy-wait. It's really only good for short delays while keeping one of the two CPU's out of main RAM to prevent slowing down the other one. |