diff options
| author | Mustapha Senhaji <moos@rockbox.org> | 2009-02-20 23:14:09 +0000 |
|---|---|---|
| committer | Mustapha Senhaji <moos@rockbox.org> | 2009-02-20 23:14:09 +0000 |
| commit | 37183be69ce68e3f9ecaf12ce668d7e21229d8f0 (patch) | |
| tree | 8eb0cbff672d83e0089081ad83f283aa094bf298 /apps/plugins/SOURCES | |
| parent | 00215348d0ee3c894707dab3c9f7288a0d93cd74 (diff) | |
| download | rockbox-37183be69ce68e3f9ecaf12ce668d7e21229d8f0.zip rockbox-37183be69ce68e3f9ecaf12ce668d7e21229d8f0.tar.gz rockbox-37183be69ce68e3f9ecaf12ce668d7e21229d8f0.tar.bz2 rockbox-37183be69ce68e3f9ecaf12ce668d7e21229d8f0.tar.xz | |
FS#9901 by Joshua Simmons for the Goban plugin: Goban overlay for the Archos targets.
This is a first try to enable this plugin for low memory targets like our old archoses :)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20069 a1c6a512-1295-4272-9138-f99709370657
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 |