diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-01-24 15:59:27 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-01-24 15:59:27 +0000 |
| commit | dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff (patch) | |
| tree | ca63d5768680b65ff578b36cd950f047d7dd5e64 | |
| parent | a9e2a7148f7748129e5c7dafd043878dfcac5394 (diff) | |
| download | rockbox-dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff.zip rockbox-dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff.tar.gz rockbox-dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff.tar.bz2 rockbox-dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff.tar.xz | |
Disable DOOM for c200v2, it won't run
Reclaim 128kB of plugin buffer, audio buffer is now 4 times larger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24323 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/SUBDIRS | 4 | ||||
| -rw-r--r-- | firmware/export/config/sansac200v2.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index f1de3e8..99d3060 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -41,8 +41,8 @@ pacbox #endif /* For all the color targets */ -#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ - (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) +#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ + (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2) #ifndef RB_PROFILE doom #endif diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index aa1ed1a..ca3cb9c 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -107,7 +107,7 @@ #define CODEC_SIZE 0x48000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x80000 +#define PLUGIN_BUFFER_SIZE 0x60000 #define AB_REPEAT_ENABLE 1 |