forked from len0rd/rockbox
More audio thread debug info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6820 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3739d3aa34
commit
17098e1c08
2 changed files with 9 additions and 5 deletions
|
@ -135,7 +135,7 @@ static int last_peek_offset;
|
|||
|
||||
/* Track information (count in file buffer, read/write indexes for
|
||||
track ring structure. */
|
||||
static int track_count;
|
||||
int track_count;
|
||||
static volatile int track_ridx;
|
||||
static volatile int track_widx;
|
||||
static bool track_changed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue