Clipv1 & m200v4 : reduce plugin buffer size to strict minimum

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25219 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-03-16 15:57:44 +00:00
parent b0e3fc6560
commit 04937cb207
2 changed files with 2 additions and 2 deletions

View file

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

View file

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