forked from len0rd/rockbox
Configurable dir browser file buffer size. No more 400-file limit. No more whining.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
af2b7adefe
commit
20d031f9c7
19 changed files with 209 additions and 81 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <kernel.h>
|
||||
#include "thread.h"
|
||||
#include "mp3data.h"
|
||||
#include "buffer.h"
|
||||
#ifndef SIMULATOR
|
||||
#include "i2c.h"
|
||||
#include "mas.h"
|
||||
|
|
@ -460,10 +461,6 @@ static struct event_queue mpeg_queue;
|
|||
static char mpeg_stack[DEFAULT_STACK_SIZE + 0x1000];
|
||||
static char mpeg_thread_name[] = "mpeg";
|
||||
|
||||
/* defined in linker script */
|
||||
extern unsigned char mp3buf[];
|
||||
extern unsigned char mp3end[];
|
||||
|
||||
static int mp3buflen;
|
||||
static int mp3buf_write;
|
||||
static int mp3buf_swapwrite;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue