1
0
Fork 0
forked from len0rd/rockbox

c200v2: reduce plugin buffer size nearly to minimum

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26745 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-06-10 18:28:35 +00:00
parent 0acf34fc2d
commit 2c9f4fad72

View file

@ -107,7 +107,7 @@
#define CODEC_SIZE 0x48000
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0x60000
#define PLUGIN_BUFFER_SIZE 0x18000
#define AB_REPEAT_ENABLE 1