summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b9b88164b6..cf5e8a0b93 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -62,7 +62,11 @@
62#define PREFIX(_x_) _x_ 62#define PREFIX(_x_) _x_
63#endif 63#endif
64 64
65#if MEMORYSIZE >= 32
66#define PLUGIN_BUFFER_SIZE 0xC0000
67#else
65#define PLUGIN_BUFFER_SIZE 0x8000 68#define PLUGIN_BUFFER_SIZE 0x8000
69#endif
66 70
67#ifdef SIMULATOR 71#ifdef SIMULATOR
68static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE]; 72static unsigned char pluginbuf[PLUGIN_BUFFER_SIZE];