diff options
| author | Mustapha Senhaji <moos@rockbox.org> | 2009-02-12 13:47:34 +0000 |
|---|---|---|
| committer | Mustapha Senhaji <moos@rockbox.org> | 2009-02-12 13:47:34 +0000 |
| commit | 281fc2e708980447db4eaa7abdd5f890919c0462 (patch) | |
| tree | 0324ba36b75768ccff7aec0554bae2c7a6d48883 /apps/plugins/SUBDIRS | |
| parent | b63c5fdfb94381b10405dd73efc6219389d65d4a (diff) | |
| download | rockbox-281fc2e708980447db4eaa7abdd5f890919c0462.zip rockbox-281fc2e708980447db4eaa7abdd5f890919c0462.tar.gz rockbox-281fc2e708980447db4eaa7abdd5f890919c0462.tar.bz2 rockbox-281fc2e708980447db4eaa7abdd5f890919c0462.tar.xz | |
Goban plugin: FS#9897 by Joshua Simmons
Initial button maps for still unsuported targets (Sansa Fuze, Sansa Clip, Sansa m200, Creative ZV(M) and the Phillips HDD1630).
Low targets like archos are still short in memory to be suported.
Update the manual for the Sansa players.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19988 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index bdae8d2..f07bf86 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -20,12 +20,8 @@ chessbox jpeg sudoku reversi -/* Exclude targets without keypads set or with not enough plugin buffer. - Plugin is about 40k, rounding up to 65k to be safe. */ -#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \ - CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \ - CONFIG_KEYPAD != PHILIPS_HDD1630_PAD && defined(PLUGIN_BUFFER_SIZE) && \ - PLUGIN_BUFFER_SIZE >= 0x10000) +/* Plugin is about 40k, rounding up to 65k to be safe. */ +#if (defined(PLUGIN_BUFFER_SIZE) && PLUGIN_BUFFER_SIZE >= 0x10000) goban #endif #ifndef OLYMPUS_MROBE_500 |