summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index cf5e8a0b93..93717ccd06 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -62,7 +62,7 @@
62#define PREFIX(_x_) _x_ 62#define PREFIX(_x_) _x_
63#endif 63#endif
64 64
65#if MEMORYSIZE >= 32 65#if MEM >= 32
66#define PLUGIN_BUFFER_SIZE 0xC0000 66#define PLUGIN_BUFFER_SIZE 0xC0000
67#else 67#else
68#define PLUGIN_BUFFER_SIZE 0x8000 68#define PLUGIN_BUFFER_SIZE 0x8000