diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-25 18:27:17 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2009-01-25 18:27:17 +0000 |
| commit | 04b7cefd63ab23defc313ad5accbe4aa00e0165e (patch) | |
| tree | bb95f1190cd12f12df112a60c6541301cdaf46d5 /apps/plugins/chip8.c | |
| parent | 6343111e00da93a8b792b4e6245184be31b8feff (diff) | |
| download | rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.zip rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.tar.gz rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.tar.bz2 rockbox-04b7cefd63ab23defc313ad5accbe4aa00e0165e.tar.xz | |
fix mem* wrappers in UI on cygwin, by not building certain plugins on sim, rather than building empty ones
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19856 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chip8.c')
| -rw-r--r-- | apps/plugins/chip8.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c index ecd40f6..f18fcce 100644 --- a/apps/plugins/chip8.c +++ b/apps/plugins/chip8.c @@ -21,9 +21,6 @@ ****************************************************************************/ #include "plugin.h" -/* Only build for (correct) target */ -#ifdef HAVE_LCD_BITMAP - PLUGIN_HEADER #define EXTERN static @@ -1456,4 +1453,3 @@ enum plugin_status plugin_start(const void* parameter) else return PLUGIN_ERROR; } -#endif /* #ifdef HAVE_LCD_BITMAP */ |