diff options
| -rw-r--r-- | firmware/export/config/sansafuzeplus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index 13ad3af..15288b1 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -97,10 +97,10 @@ #define HAVE_SW_POWEROFF /* The number of bytes reserved for loadable codecs */ -#define CODEC_SIZE 0 +#define CODEC_SIZE 0x100000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0 +#define PLUGIN_BUFFER_SIZE 0x80000 #define AB_REPEAT_ENABLE |