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
This commit is contained in:
parent
a9e2a7148f
commit
dbbb07767a
2 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@ pacbox
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* For all the color targets */
|
/* For all the color targets */
|
||||||
#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
|
#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
|
||||||
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2)
|
||||||
#ifndef RB_PROFILE
|
#ifndef RB_PROFILE
|
||||||
doom
|
doom
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
#define CODEC_SIZE 0x48000
|
#define CODEC_SIZE 0x48000
|
||||||
|
|
||||||
/* The number of bytes reserved for loadable plugins */
|
/* The number of bytes reserved for loadable plugins */
|
||||||
#define PLUGIN_BUFFER_SIZE 0x80000
|
#define PLUGIN_BUFFER_SIZE 0x60000
|
||||||
|
|
||||||
#define AB_REPEAT_ENABLE 1
|
#define AB_REPEAT_ENABLE 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue