diff options
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 6257a22..7854ef3 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -107,6 +107,11 @@ rockboy.c zxbox.c #endif +/* overlay loader for Goban */ +#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR) +goban.c +#endif + /* not support recorder models for now */ #if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64) fireworks.c |