mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
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:
parent
b0e3fc6560
commit
04937cb207
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue