forked from len0rd/rockbox
Assume a smaller plugin binsize, so MAX_SHUFFLE_SIZE actually fits on archos
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21597 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f3a4a7635e
commit
9b99d7c005
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ static int lasttick;
|
|||
#define RFADIR_FILE ROCKBOX_DIR "/folder_advance_dir.txt"
|
||||
#define RFA_FILE_TEXT ROCKBOX_DIR "/folder_advance_list.txt"
|
||||
#define MAX_REMOVED_DIRS 10
|
||||
#define MAX_SHUFFLE_SIZE (PLUGIN_BUFFER_SIZE/4 - 10000)
|
||||
/* The plugin code fits in less than 10k */
|
||||
#define MAX_SHUFFLE_SIZE (PLUGIN_BUFFER_SIZE/4 - 2500)
|
||||
|
||||
char *buffer = NULL;
|
||||
ssize_t buffer_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue