681cedb4d8
Bring Clipv1 & m200v4 plugin buffer down to this limit zxbox, chessbox and rockboy build on the clip rockboy doesn't build on m200v4 due to not enough buttons to make a keymap Some gameboy roms won't run on Clipv1: tetris does but not pokemon for example git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26144 a1c6a512-1295-4272-9138-f99709370657
9 lines
201 B
Text
9 lines
201 B
Text
#include "config.h"
|
|
|
|
/* this file is processed by makefiles
|
|
* they will grep for "YES" to see if overlay plugins must be built
|
|
*/
|
|
|
|
#if PLUGIN_BUFFER_SIZE <= 0x10000 && !defined(SIMULATOR)
|
|
YES
|
|
#endif
|