forked from len0rd/rockbox
Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15403 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
574b1009a6
commit
38548c7118
17 changed files with 276 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
#if !defined(IRIVER_IFP7XX_SERIES) && !defined(OLYMPUS_MROBE_500)
|
||||
#if !defined(IRIVER_IFP7XX_SERIES)
|
||||
|
||||
/* For all targets */
|
||||
shortcuts
|
||||
|
@ -22,7 +22,7 @@ reversi
|
|||
#endif
|
||||
|
||||
/* For all 2bpp and colour targets */
|
||||
#if (LCD_DEPTH >= 2)
|
||||
#if (LCD_DEPTH >= 2) && !defined(OLYMPUS_MROBE_500)
|
||||
zxbox
|
||||
#endif
|
||||
|
||||
|
@ -37,8 +37,7 @@ pacbox
|
|||
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
||||
doom
|
||||
#endif
|
||||
#endif /* mrobe 500 */
|
||||
#if !defined(IRIVER_IFP7XX_SERIES)
|
||||
|
||||
/* For all the swcodec targets */
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
midi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue