|
|
Rockbox mail archiveSubject: Re: DEV timer? GetTicks?From: Daniel Stenberg (daniel_at_haxx.se) Date: 2003-09-23
On Tue, 23 Sep 2003, Minuk Choi wrote:
> int t = current_tick;
Yes, when you're writing a plugin you don't have access to the "normal"
AFAICT, there's a "current_tick" pointer in that struct that probably points
Something similar to this might work:
int t = *rb->current_tick
while ((*rb->current_tick-t)<3600)
-- Daniel Stenberg -- http://rockbox.haxx.se/ -- http://daniel.haxx.se/
Page was last modified "Jan 10 2012" The Rockbox Crew |