#76482 - swzte - Wed Mar 22, 2006 1:57 am
What's the purpose of swiwaitforvblank? This function comes from libnds.
Many people may have used this function? But who can tell?
#76494 - genfish - Wed Mar 22, 2006 3:32 am
so is it possible to count these and use them to draw an animation instead of getting a time?
_________________
there is no rl only afk
#76520 - qw3rty - Wed Mar 22, 2006 11:06 am
Yes, that's what I do in my game....I only sync with the V-Blank.
But if your code needs more time for one "iteration" you could get slow-downs, if you sync with the time, you'll get choppy framerate in that case....But there should be plenty of time from V-Blank to V-Blank for most programs ;)