diff options
Diffstat (limited to 'firmware/export/config')
| -rw-r--r-- | firmware/export/config/creativezen.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/creativezenxfi.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h index a7054ee..ab95067 100644 --- a/firmware/export/config/creativezen.h +++ b/firmware/export/config/creativezen.h @@ -108,7 +108,7 @@ #define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x80000 +#define PLUGIN_BUFFER_SIZE 0x100000 #define AB_REPEAT_ENABLE diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h index e24289f..db68617 100644 --- a/firmware/export/config/creativezenxfi.h +++ b/firmware/export/config/creativezenxfi.h @@ -115,7 +115,7 @@ #define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x80000 +#define PLUGIN_BUFFER_SIZE 0x100000 #define AB_REPEAT_ENABLE |