forked from len0rd/rockbox
Bugfix - check MEM not MEMORYSIZE when defining PLUGIN_BUFFER_SIZE in a C file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5954 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
00cf0dab45
commit
6416099f3f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
#define PREFIX(_x_) _x_
|
||||
#endif
|
||||
|
||||
#if MEMORYSIZE >= 32
|
||||
#if MEM >= 32
|
||||
#define PLUGIN_BUFFER_SIZE 0xC0000
|
||||
#else
|
||||
#define PLUGIN_BUFFER_SIZE 0x8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue